Skip to content

Commit d82f28e

Browse files
committed
add favicon
1 parent 00798f5 commit d82f28e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/.vuepress/config.js

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

0 commit comments

Comments
 (0)