mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 22:24:09 +00:00
fix: slides don't work on published sites that aren't under '/'
This commit is contained in:
@@ -83,7 +83,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