Oskar Manhart
2023-09-11 4e23e6724493a8d112c6ff22e14cf4aabd5e9af1
quartz/plugins/types.ts
@@ -2,7 +2,7 @@
import { StaticResources } from "../util/resources"
import { ProcessedContent } from "./vfile"
import { QuartzComponent } from "../components/types"
import { FilePath, ServerSlug } from "../util/path"
import { FilePath, FullSlug } from "../util/path"
import { BuildCtx } from "../util/ctx"
export interface PluginTypes {
@@ -46,7 +46,7 @@
}
export interface EmitOptions {
  slug: ServerSlug
  slug: FullSlug
  ext: `.${string}` | ""
  content: string
}