Skip to content

Commit 00798f5

Browse files
committed
add favicon
1 parent ab6ef34 commit 00798f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/.vuepress/config.js

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ module.exports = {
2222
}
2323
},
2424
serviceWorker: true,
25+
head: [
26+
['link', { rel: 'icon', href: '/favicon.png' }]
27+
],
2528
theme: 'vue',
2629
themeConfig: {
2730
algolia: {

docs/.vuepress/public/favicon.png

3.37 KB
Loading

0 commit comments

Comments
 (0)