docs: 移除配置文件中冗余的注释

清理了VuePress配置文件中的注释,保持配置简洁
This commit is contained in:
祀梦
2025-10-29 09:43:01 +08:00
parent faac3d94ff
commit a037e09c17

View File

@@ -11,12 +11,11 @@ export default defineUserConfig({
description: '爱与回忆的小世界,记录生活中的每一份温暖与感动', description: '爱与回忆的小世界,记录生活中的每一份温暖与感动',
head: [ head: [
// 配置站点图标
['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }], ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
], ],
bundler: viteBundler(), bundler: viteBundler(),
shouldPrefetch: false, // 站点较大,页面数量较多时,不建议启用 shouldPrefetch: false,
theme: plumeTheme({ theme: plumeTheme({
/* 博客文章页面链接前缀 */ /* 博客文章页面链接前缀 */