Compare commits

..

2 commits

Author SHA1 Message Date
Devon Campbell
5525acdcee Disable CDN caching
I want to serve this all locally
2026-03-21 21:50:56 -04:00
Devon Campbell
c018533ad2 Correct title and URL 2026-03-21 21:50:45 -04:00

View file

@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "Quartz 4",
pageTitle: "Knowledgebase",
pageTitleSuffix: "",
enableSPA: true,
enablePopovers: true,
@ -16,12 +16,12 @@ const config: QuartzConfig = {
provider: "plausible",
},
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
baseUrl: "notes.c.devon.lol",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
cdnCaching: false,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",