Ben Schlegel
2023-09-16 fea352849c6972da4b3b8935eb2e86f6cefc76ed
quartz.config.ts
@@ -9,8 +9,9 @@
    analytics: {
      provider: "plausible",
    },
    baseUrl: "four.quartz.jzhao.xyz",
    ignorePatterns: ["private", "templates"],
    baseUrl: "quartz.jzhao.xyz",
    ignorePatterns: ["private", "templates", ".obsidian"],
    defaultDateType: "created",
    theme: {
      typography: {
        header: "Schibsted Grotesk",
@@ -68,6 +69,7 @@
      }),
      Plugin.Assets(),
      Plugin.Static(),
      Plugin.NotFoundPage(),
    ],
  },
}