Skip to content

Commit e7397de

Browse files
author
Alireza Alavi
committed
disable build ssr
1 parent 46b5494 commit e7397de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/user.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@
1313
;; either call `clerk/show!` explicitly to show a given notebook, or use the File Watcher described below.
1414
(clerk/show! "src/aoc/2025/day1/main.clj")
1515

16+
(clerk/halt!)
17+
1618
;; Show the 🚰 Tap Inspector to inspect values using tap>
1719
(nextjournal.clerk/show! 'nextjournal.clerk.tap)
1820

1921
(clerk/build! {:paths ["index.md"
2022
"src/aoc/2025/**.md"
2123
"src/aoc/2025/**.clj"]
2224
; :compile-css true
23-
:ssr true
25+
; :ssr true
2426
:index "index.md"})
2527

2628
(clerk/clear-cache!))

0 commit comments

Comments
 (0)