From 19ebdc0c9a83af595bba7280aa70bdfc9f2e4b11 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Thu, 6 Feb 2025 14:33:52 +0800 Subject: [PATCH] feat: title update --- src/site.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site.config.ts b/src/site.config.ts index c59b68b..15aec17 100644 --- a/src/site.config.ts +++ b/src/site.config.ts @@ -20,7 +20,7 @@ export const siteConfig: SiteConfig = { // Meta property, found in src/components/BaseHead.astro L:42 ogLocale: "zh_CN", // Used to construct the meta title property found in src/components/BaseHead.astro L:11, and webmanifest name found in astro.config.ts L:42 - title: "声控烤箱的博客", + title: "声控烤箱 | KazooTTT 博客", // ! Please remember to replace the following site property with your own domain, used in astro.config.ts url: "https://blog.kazoottt.top/", };