Remove analytics and CDN caching

This commit is contained in:
Théo Marchal 2024-05-22 16:57:02 +02:00
parent 23821c6795
commit 7ef7344fa2

View File

@ -11,16 +11,14 @@ const config: QuartzConfig = {
pageTitle: "Japanese",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
analytics: null,
locale: "en-US",
baseUrl: "jp.marchal.dev",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
cdnCaching: false,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",