docs(config): 更新站点域名并添加页脚信息
将站点域名从 'https://notes.simengweb.com' 更改为 'https://www.simengweb.com' 以统一品牌标识 新增页脚内容,包含温馨提示和备案信息
This commit is contained in:
@@ -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: '<a href="https://beian.miit.gov.cn/" target="_blank" aria-label="gongan filing address">沪ICP备2023010022号-1</a>©2025祀梦的个人博客'
|
||||
},
|
||||
/**
|
||||
* 博客相关配置
|
||||
*/
|
||||
@@ -89,6 +92,7 @@ export default defineUserConfig({
|
||||
codeHighlighter: {
|
||||
lineNumbers: true,
|
||||
}
|
||||
|
||||
}),
|
||||
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user