mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(fs): error in expand assets path
This commit is contained in:
@@ -462,7 +462,7 @@
|
||||
(get-repo-dir (state/get-current-repo)) "assets"))
|
||||
"/")]
|
||||
(when (not-empty source)
|
||||
(string/replace source #"\\.\\./assets/"
|
||||
(string/replace source #"\.\./assets/"
|
||||
assets-link-fn))))
|
||||
|
||||
(defn get-current-repo-assets-root
|
||||
|
||||
Reference in New Issue
Block a user