mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	Remove analytics and CDN caching
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user