From 09bfb50be75468a0fc128b810b920c2fa22f7c59 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 09:14:51 +0800 Subject: [PATCH] Update quartz.config.ts --- quartz.config.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index f67d6a8f9..55bfa9d69 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -18,15 +18,15 @@ const config: QuartzConfig = { locale: "zh-CN",  baseUrl: "enneaaa.netlify.app",   ignorePatterns: ["private", "templates", ".obsidian"],    - defaultDateType: "created",   - generateSocialImages: true, + defaultDateType: "created",    + generateSocialImages: true,  theme: { - fontOrigin: "googleFonts", - cdnCaching: true,  + fontOrigin: "googleFonts",  + cdnCaching: true,   typography: { - header: "Schibsted Grotesk", - body: "Source Sans Pro", - code: "IBM Plex Mono",     + header: "sans-serif",  + body: "sans-serif",  + code: "IBM Plex Mono",      }, colors: { lightMode: { @@ -38,7 +38,7 @@ const config: QuartzConfig = { secondary: "#7992a0",   tertiary: "#7992a0",   highlight: "rgba(143, 159, 169, 0.07)",  - textHighlight: "#fff23688",  + textHighlight: "#fff23688",   }, darkMode: {  light: "#161618",