1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-03 21:10:34 +00:00

fix relative path resolution in router and link crawling

This commit is contained in:
Jacky Zhao
2023-08-16 22:04:15 -07:00
parent 232652149a
commit 2f6747b166
44 changed files with 160 additions and 106 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
ServerSlug,
canonicalizeServer,
resolveRelative,
} from "../../path"
} from "../../util/path"
import { QuartzEmitterPlugin } from "../types"
import path from "path"