diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 7dbc433..fd3e835 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -33,7 +33,7 @@ export default defineUserConfig({ theme: plumeTheme({ /* 站点域名,启动 SEO 优化 */ - hostname: 'https://notes.simengweb.com', + hostname: 'https://www.simengweb.com', /* 博客文章页面链接前缀 */ article: '/article/', @@ -52,7 +52,10 @@ export default defineUserConfig({ /* 本地搜索, 默认启用 */ search: { provider: 'local' }, - + footer: { + message: '愿每一份温柔都被世界珍藏 ✨', + copyright: '沪ICP备2023010022号-1©2025祀梦的个人博客' + }, /** * 博客相关配置 */ @@ -87,8 +90,9 @@ export default defineUserConfig({ }, codeHighlighter: { - lineNumbers: true, + lineNumbers: true, } + }), plugins: [