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",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
cdnCaching: false,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",