mirror of https://github.com/bastienwirtz/homer
Merge pull request #79 from traeblain/bugfix-icons
Vue PWA Default Icon Paths are Incorrectpull/80/head 127216760
commit
51e02bed72
|
@ -8,6 +8,13 @@ module.exports = {
|
|||
.end();
|
||||
},
|
||||
pwa: {
|
||||
manifestPath: "assets/manifest.json"
|
||||
manifestPath: "assets/manifest.json",
|
||||
iconPaths: {
|
||||
favicon32: 'assets/icons/favicon-32x32.png',
|
||||
favicon16: 'assets/icons/favicon-16x16.png',
|
||||
appleTouchIcon: 'assets/icons/apple-touch-icon-152x152.png',
|
||||
maskIcon: 'assets/icons/safari-pinned-tab.svg',
|
||||
msTileImage: 'assets/icons/msapplication-icon-144x144.png'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue