Disable CDN caching
I want to serve this all locally
This commit is contained in:
parent
c018533ad2
commit
5525acdcee
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const config: QuartzConfig = {
|
|||
defaultDateType: "modified",
|
||||
theme: {
|
||||
fontOrigin: "googleFonts",
|
||||
cdnCaching: true,
|
||||
cdnCaching: false,
|
||||
typography: {
|
||||
header: "Schibsted Grotesk",
|
||||
body: "Source Sans Pro",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue