Jacky Zhao
2023-07-24 4811500b1b9c169aac82254d771677cd6dc2a86c
quartz.config.ts
@@ -95,6 +95,7 @@
    filters: [Plugin.RemoveDrafts()],
    emitters: [
      Plugin.AliasRedirects(),
      Plugin.ComponentResources(),
      Plugin.ContentPage({
        ...sharedPageComponents,
        ...contentPageLayout,
@@ -114,6 +115,8 @@
        enableSiteMap: true,
        enableRSS: true,
      }),
      Plugin.Assets({ attachmentsFolder: "attachments" }),
      Plugin.Static(),
    ],
  },
}