Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Dec 13, 2023
1 parent bb62291 commit 7932ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nextjournal/clerk/builder.clj
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
viewer/doc-url (partial doc-url opts file)]
(let [doc (eval/eval-analyzed-doc doc)]
(assoc doc :viewer (view/doc->viewer (assoc opts
:static-build? true
:nav-path (if (instance? java.net.URL file)
(str "'" (:ns doc))
(str file)))
Expand Down

0 comments on commit 7932ed4

Please sign in to comment.