This commit is contained in:
Paolo Arena
2021-01-18 00:47:30 +01:00
parent d31a5e88ec
commit 316ebbb78b
30 changed files with 279 additions and 87 deletions

View File

@@ -107,7 +107,7 @@ module.exports = function (ctx) {
{ path: 'guard', server: true, client: true },
{ path: 'vuetelinput', server: true, client: true },
{ path: 'mycharts', server: true, client: true }],
// { path: 'googlemap', server: true, client: true }],
// { path: 'googlemap', server: true, client: true }],
css: [
'app.styl'
],
@@ -306,12 +306,17 @@ module.exports = function (ctx) {
background_color: '#ffffff',
icons: [
{
'src': 'statics/icons/android-chrome-192x192.png',
'sizes': '192x192',
'src': 'statics/icons/android-chrome-36x36.png',
'sizes': '36x36',
'type': 'image/png'
},
{
'src': 'statics/icons/android-chrome-512x512',
'src': 'statics/icons/android-chrome-96x96.png',
'sizes': '96x96',
'type': 'image/png'
},
{
'src': 'statics/icons/android-chrome-512x512.png',
'sizes': '512x512',
'type': 'image/png'
}