Skip to content

Commit b9efe20

Browse files
markdown alias needs base-target-path for js files
1 parent cfaf1e5 commit b9efe20

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

clay.edn

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
;; aliases
1515
:markdown
16-
{:render true
17-
:format [:quarto :html]
18-
:run-quarto false}}
16+
{:render true
17+
:base-target-path "site"
18+
:format [:quarto :html]
19+
:run-quarto false}}

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
1414
org.scicloj/clay {#_#_:mvn/version "2-beta46"
1515
:git/url "https://github.com/scicloj/clay.git"
16-
:git/sha "14d92108fc66150cc4ae574cb1d85667111616a8"}
16+
:git/sha "84c9aa79e8e82293e7c80ee81d544d3b064202f4"}
1717
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
1818
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
1919
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version "0.10.0"}

0 commit comments

Comments
 (0)