From c018533ad2b16f95607686b0e77430d3b708b095 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Sat, 21 Mar 2026 21:50:45 -0400 Subject: [PATCH 1/2] Correct title and URL --- quartz.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 126430e..6e6e94a 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,7 +16,7 @@ const config: QuartzConfig = { provider: "plausible", }, locale: "en-US", - baseUrl: "quartz.jzhao.xyz", + baseUrl: "notes.c.devon.lol", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "modified", theme: { From 5525acdceeb4ba87f8b02f056369f4d511832761 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Sat, 21 Mar 2026 21:50:56 -0400 Subject: [PATCH 2/2] Disable CDN caching I want to serve this all locally --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 6e6e94a..c3c8bdc 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -21,7 +21,7 @@ const config: QuartzConfig = { defaultDateType: "modified", theme: { fontOrigin: "googleFonts", - cdnCaching: true, + cdnCaching: false, typography: { header: "Schibsted Grotesk", body: "Source Sans Pro",