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