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
quartz/plugins

View file

@ -1,9 +1,9 @@
import { PluggableList } from "unified"
import { StaticResources } from "../resources"
import { StaticResources } from "../util/resources"
import { ProcessedContent } from "./vfile"
import { QuartzComponent } from "../components/types"
import { FilePath, ServerSlug } from "../path"
import { BuildCtx } from "../ctx"
import { FilePath, ServerSlug } from "../util/path"
import { BuildCtx } from "../util/ctx"
export interface PluginTypes {
transformers: QuartzTransformerPluginInstance[]