在 .vuepress/config.js
中在合适位置加入如下代码
module.exports = {
.
.
.
head: [
['link', { rel: 'icon', href: '/logo.png' }]
],
.
.
.
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
准备 logo.png
或者 对应格式的图片文件,置入 .vuepress/public
下
打开站点,看看效果吧!