Disable CDN caching

I want to serve this all locally
This commit is contained in:
Devon Campbell 2026-03-21 21:50:56 -04:00
commit 5525acdcee

View file

@ -21,7 +21,7 @@ const config: QuartzConfig = {
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: false,
typography: { typography: {
header: "Schibsted Grotesk", header: "Schibsted Grotesk",
body: "Source Sans Pro", body: "Source Sans Pro",