From 08c28a36445d630e5ae754a7614e25ae678961d6 Mon Sep 17 00:00:00 2001 From: FallenYing <1535145283@qq.com> Date: Thu, 3 Aug 2023 15:01:22 +0800 Subject: [PATCH] update chore --- .vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index e71f13f..ad3891e 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -105,7 +105,7 @@ const customElements = [ export default withMermaid({ lang: 'zh-CN', title: "HDU-CS-WIKI", - description: "HDU计算机科学讲义", + description: "HDU 计算机科学讲义", lastUpdated: true, head: [['script', { async: "async", src: 'https://umami.hdu-cs.wiki/script.js', "data-website-id": "3f11687a-faae-463a-b863-6127a8c28301", "data-domains": "wiki.xyxsw.site,hdu-cs.wiki" }]], themeConfig: {