quartz.config.ts
@@ -2,13 +2,14 @@ import * as Plugin from "./quartz/plugins" /** * Quartz 4.0 Configuration * Quartz 4 Configuration * * See https://quartz.jzhao.xyz/configuration for more information. */ const config: QuartzConfig = { configuration: { pageTitle: "🪴 Quartz 4.0", pageTitle: "Quartz 4", pageTitleSuffix: "", enableSPA: true, enablePopovers: true, analytics: { @@ -86,6 +87,8 @@ Plugin.Assets(), Plugin.Static(), Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time Plugin.CustomOgImages(), ], }, }