Skip to content

Commit bbd573b

Browse files
committed
docs: add manifest in html head
1 parent eda048a commit bbd573b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/.vuepress/config.js

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ module.exports = {
1818
},
1919
head: [
2020
['link', { rel: 'icon', href: '/favicon.png' }],
21+
['link', { rel: 'manifest', href: '/manifest.json' }],
22+
['meta', { name: 'theme-color', content: '#3eaf7c' }],
23+
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
24+
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
25+
['link', { rel: 'apple-touch-icon', href: `/icons/apple-touch-icon-152x152.png` }],
26+
['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#3eaf7c' }],
27+
['meta', { name: 'msapplication-TileImage', content: '/icons/msapplication-icon-144x144.png' }],
28+
['meta', { name: 'msapplication-TileColor', content: '#000000' }]
2129
],
2230
plugins: {
2331
'@vuepress/pwa': {

0 commit comments

Comments
 (0)