Jacky Zhao
2024-01-21 015b4f6a15da3b81f9e3ad004aa24636ab3882ed
quartz/plugins/index.ts
@@ -1,5 +1,5 @@
import { StaticResources } from "../util/resources"
import { FilePath, ServerSlug } from "../util/path"
import { FilePath, FullSlug } from "../util/path"
import { BuildCtx } from "../util/ctx"
export function getStaticResourcesFromPlugins(ctx: BuildCtx) {
@@ -28,7 +28,8 @@
declare module "vfile" {
  // inserted in processors.ts
  interface DataMap {
    slug: ServerSlug
    slug: FullSlug
    filePath: FilePath
    relativePath: FilePath
  }
}