From 22a3af8507391ac4f7b1d63733b4ca4091ae7b32 Mon Sep 17 00:00:00 2001 From: wangzipai Date: Wed, 30 Oct 2024 16:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=83=8C=E6=99=AF=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 7f917664b..1b4b9cb94 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -64,7 +64,7 @@ const config: QuartzConfig = { light: "github-light", dark: "github-dark", }, - keepBackground: true, + //keepBackground: true, }), Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), Plugin.GitHubFlavoredMarkdown(),