Jacky Zhao
2024-02-02 45b93a80f4538b43bf71993d05902308db786051
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>