mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
Update deps/publish/src/logseq/publish/render.cljs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
4
deps/publish/src/logseq/publish/render.cljs
vendored
4
deps/publish/src/logseq/publish/render.cljs
vendored
@@ -9,7 +9,9 @@
|
||||
[logseq.publish.common :as publish-common]
|
||||
[logseq.publish.model :as publish-model]))
|
||||
|
||||
(defonce version 1767022880706)
|
||||
(defonce version
|
||||
"Timestamp in milliseconds used for cache busting static assets."
|
||||
1767022880706)
|
||||
|
||||
(def ref-regex
|
||||
(js/RegExp. "\\[\\[([0-9a-fA-F-]{36})\\]\\]|\\(\\(([0-9a-fA-F-]{36})\\)\\)" "g"))
|
||||
|
||||
Reference in New Issue
Block a user