From 5525acdceeb4ba87f8b02f056369f4d511832761 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Sat, 21 Mar 2026 21:50:56 -0400 Subject: [PATCH] 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",