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", pageTitle: "Japanese",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: null,
provider: "plausible",
},
locale: "en-US", locale: "en-US",
baseUrl: "jp.marchal.dev", baseUrl: "jp.marchal.dev",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created", defaultDateType: "created",
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",