Jacky Zhao
2023-08-12 736c3981c4affff8dea1eb908ff760ee740ec4a3
quartz/plugins/emitters/contentPage.tsx
@@ -42,9 +42,7 @@
        }
        const content = renderPage(slug, componentData, opts, externalResources)
        const fp = (file.data.slug + ".html") as FilePath
        await emit({
        const fp = await emit({
          content,
          slug: file.data.slug!,
          ext: ".html",