Skip to content

Commit ae3dbc9

Browse files
committed
docs: Add missing favicon (fix vuejs#3001)
1 parent 23d87d8 commit ae3dbc9

15 files changed

+155
-0
lines changed

docs/.vuepress/config.js

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ module.exports = {
3131
description: 'Routeur officiel pour Vue.Js'
3232
}
3333
},
34+
head: [
35+
['link', { rel: 'icon', href: `/logo.png` }],
36+
['link', { rel: 'apple-touch-icon', href: `/icons/apple-touch-icon-152x152.png` }],
37+
['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#3eaf7c' }],
38+
['meta', { name: 'msapplication-TileImage', content: '/icons/msapplication-icon-144x144.png' }],
39+
],
3440
serviceWorker: true,
3541
theme: 'vue',
3642
themeConfig: {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
4.57 KB
Loading
799 Bytes
Loading
1.24 KB
Loading
Loading
4.18 KB
Loading
Loading

docs/.vuepress/public/logo.png

3.37 KB
Loading

0 commit comments

Comments
 (0)