Update deps/publish/src/logseq/publish/render.cljs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tienson Qin
2025-12-30 00:15:58 +08:00
committed by GitHub
parent 0ca329d63d
commit 3e97865934

View File

@@ -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"))