|
@@ -136,7 +136,7 @@
|
|
|
;; Source: https://github.com/logseq/logseq/blob/1519e35e0c8308d8db90b2525bfe7a716c4cdf04/src/main/frontend/util.cljc#L930
|
|
|
(defn legacy-dot-file-name-sanity
|
|
|
[page-name]
|
|
|
- (when (string? name)
|
|
|
+ (when (string? page-name)
|
|
|
(let [normalize (fn [s] (.normalize s "NFC"))
|
|
|
remove-boundary-slashes (fn [s] (when (string? s)
|
|
|
(let [s (if (= \/ (first s))
|