Skip to content

Commit

Permalink
fix(fs): error in expand assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Mar 28, 2023
1 parent 90b0160 commit 1fe084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fe084a

Please sign in to comment.