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