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