mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: slides don't work on published sites that aren't under '/'
Fixes https://github.com/logseq/publish-spa/issues/11
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
(do
|
||||
(reset! *loading? true)
|
||||
(loader/load
|
||||
(config/asset-uri "/static/js/reveal.js")
|
||||
(config/asset-uri (if config/publishing? "static/js/reveal.js" "/static/js/reveal.js"))
|
||||
(fn []
|
||||
(reset! *loading? false)
|
||||
(render!)))))
|
||||
|
||||
Reference in New Issue
Block a user