Changes
1 changed files (+4/-1)
-
-
@@ -68,6 +68,9 @@ ): x is Document<JSONCanvasDocument<Mdast.Nodes>> {return x.content.kind === "json_canvas"; } /** * @param from - **Directory** to resolve from. */ function toRelativePath( path: readonly string[], from: readonly string[],
-
@@ -237,7 +240,7 @@ websiteTitle: this.#siteName,copyright: this.#copyright, resolvePath(to) { // This page builder transforms path to "Foo/Bar.md" to "Foo/Bar/(index.html)" return toRelativePath(to, [...item.path, ""]); return toRelativePath(to, item.path); }, };
-