From a037e09c17d8b1c34b36f396720694fff1b2f02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=80=E6=A2=A6?= <3501646051@qq.com> Date: Wed, 29 Oct 2025 09:43:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E5=86=97=E4=BD=99=E7=9A=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理了VuePress配置文件中的注释,保持配置简洁 --- docs/.vuepress/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 6f4190a..5e50995 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -11,12 +11,11 @@ export default defineUserConfig({ description: '爱与回忆的小世界,记录生活中的每一份温暖与感动', head: [ - // 配置站点图标 ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }], ], bundler: viteBundler(), - shouldPrefetch: false, // 站点较大,页面数量较多时,不建议启用 + shouldPrefetch: false, theme: plumeTheme({ /* 博客文章页面链接前缀 */