Skip to content

Commit ce50df2

Browse files
authored
Update config.js
添加ico文件
1 parent eff4c35 commit ce50df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = {
1717
plugins: [SearchPlugin(options)]
1818
},
1919
head: [
20-
['meta', {name: '谦的后花园', content: '技术博客关于编程和软件开发的最新技术文章'}]
20+
['meta', {name: '谦的后花园', content: '技术博客关于编程和软件开发的最新技术文章'}]
21+
['link', {res: 'icon', href: './favicon.ico'}]
2122
],
2223
search: {
2324
provider: 'local'

0 commit comments

Comments
 (0)