diff --git a/quartz.config.ts b/quartz.config.ts index c3c8bdc..126430e 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "Knowledgebase", + pageTitle: "Quartz 4", pageTitleSuffix: "", enableSPA: true, enablePopovers: true, @@ -16,12 +16,12 @@ const config: QuartzConfig = { provider: "plausible", }, locale: "en-US", - baseUrl: "notes.c.devon.lol", + baseUrl: "quartz.jzhao.xyz", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "modified", theme: { fontOrigin: "googleFonts", - cdnCaching: false, + cdnCaching: true, typography: { header: "Schibsted Grotesk", body: "Source Sans Pro",