Skip to content

Commit 306005d

Browse files
angeliskiktsn
authored andcommitted
docs: Add meat info (fixed #1615) (#1628)
1 parent 5898e58 commit 306005d

15 files changed

+155
-0
lines changed

docs/.vuepress/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ module.exports = {
3636
description: 'Gestion d\'état centralisé pour Vue.js'
3737
}
3838
},
39+
head: [
40+
['link', { rel: 'icon', href: `/logo.png` }],
41+
['link', { rel: 'apple-touch-icon', href: `/icons/apple-touch-icon-152x152.png` }],
42+
['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#3eaf7c' }],
43+
['meta', { name: 'msapplication-TileImage', content: '/icons/msapplication-icon-144x144.png' }],
44+
],
3945
serviceWorker: true,
4046
theme: 'vue',
4147
themeConfig: {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
4.57 KB
Loading
799 Bytes
Loading
1.24 KB
Loading
Loading
4.18 KB
Loading
Lines changed: 149 additions & 0 deletions
Loading

docs/.vuepress/public/logo.png

3.37 KB
Loading

0 commit comments

Comments
 (0)