quartz.config.ts
@@ -8,7 +8,7 @@ */ const config: QuartzConfig = { configuration: { pageTitle: "🪴 Quartz 4", pageTitle: "Quartz 4", pageTitleSuffix: "", enableSPA: true, enablePopovers: true, @@ -19,7 +19,6 @@ baseUrl: "quartz.jzhao.xyz", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", generateSocialImages: false, theme: { fontOrigin: "googleFonts", cdnCaching: true, @@ -88,6 +87,8 @@ Plugin.Assets(), Plugin.Static(), Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time Plugin.CustomOgImages(), ], }, }