Jacky Zhao
2024-02-02 5a36e5b68d9d49ddcbfc87421216bfa6b9d913cf
quartz/plugins/emitters/contentIndex.ts
@@ -5,7 +5,6 @@
import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug } from "../../util/path"
import { QuartzEmitterPlugin } from "../types"
import { toHtml } from "hast-util-to-html"
import path from "path"
import { write } from "./helpers"
export type ContentIndex = Map<FullSlug, ContentDetails>