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",
|
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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue