From 5ed5ba2361a7075a1096014a3d4e63a26da332ad Mon Sep 17 00:00:00 2001 From: wangzipai Date: Wed, 30 Oct 2024 15:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= 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 c69e8deac..7f917664b 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "🪴 cris' blog", + pageTitle: "🪴 Cris' Blog", pageTitleSuffix: "", enableSPA: true, enablePopovers: true,