We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cbbe7 commit 63e06b6Copy full SHA for 63e06b6
.vitepress/config.js
@@ -9,8 +9,8 @@ import category from './utils/category'
9
const pages = []
10
11
export default withMermaid({
12
- title: '方跃明的博客',
13
- description: '分享编程和电脑使用技巧',
+ title: '分享编程和电脑使用技巧',
+ description: '方跃明的博客',
14
lang: 'zh-CN',
15
srcDir: './src',
16
ignoreDeadLinks: true, // 忽略死链,触发buildEnd
0 commit comments