We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b5494 commit e7397deCopy full SHA for e7397de
dev/user.clj
@@ -13,14 +13,16 @@
13
;; either call `clerk/show!` explicitly to show a given notebook, or use the File Watcher described below.
14
(clerk/show! "src/aoc/2025/day1/main.clj")
15
16
+ (clerk/halt!)
17
+
18
;; Show the 🚰 Tap Inspector to inspect values using tap>
19
(nextjournal.clerk/show! 'nextjournal.clerk.tap)
20
21
(clerk/build! {:paths ["index.md"
22
"src/aoc/2025/**.md"
23
"src/aoc/2025/**.clj"]
24
; :compile-css true
- :ssr true
25
+ ; :ssr true
26
:index "index.md"})
27
28
(clerk/clear-cache!))
0 commit comments