Jacky Zhao
2025-03-13 0babbdf7809a6c779c2548b1d1b50ef28d994cf9
fix(contentPage): dont emit folders
1 files modified
4 ■■■■ changed files
quartz/plugins/emitters/contentPage.tsx 4 ●●●● patch | view | raw | blame | history
quartz/plugins/emitters/contentPage.tsx
@@ -105,6 +105,10 @@
          containsIndex = true
        }
        if (file.data.slug?.endsWith("/index")) {
          continue
        }
        const externalResources = pageResources(pathToRoot(slug), file.data, resources)
        const componentData: QuartzComponentProps = {
          ctx,