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 eff4c35 commit ce50df2Copy full SHA for ce50df2
docs/.vitepress/config.js
@@ -17,7 +17,8 @@ module.exports = {
17
plugins: [SearchPlugin(options)]
18
},
19
head: [
20
- ['meta', {name: '谦的后花园', content: '技术博客关于编程和软件开发的最新技术文章'}]
+ ['meta', {name: '谦的后花园', content: '技术博客关于编程和软件开发的最新技术文章'}],
21
+ ['link', {res: 'icon', href: './favicon.ico'}]
22
],
23
search: {
24
provider: 'local'
0 commit comments