rename manifest
This commit is contained in:
parent
f41d6aacdf
commit
fcc7c06037
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"assets": [
|
||||
"src/assets/images",
|
||||
"src/manifest.json"
|
||||
"src/manifest.webmanifest"
|
||||
],
|
||||
"styles": [
|
||||
"src/sass/application.scss"
|
||||
|
@ -105,7 +105,7 @@
|
|||
],
|
||||
"assets": [
|
||||
"src/assets/images",
|
||||
"src/manifest.json"
|
||||
"src/manifest.webmanifest"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="theme-color" content="#fff" />
|
||||
|
||||
<!-- Web Manifest file -->
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
|
||||
<!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"src": "/client/assets/images/icons/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
|
@ -35,7 +35,7 @@ clientsRouter.use('' +
|
|||
// Static HTML/CSS/JS client files
|
||||
|
||||
const staticClientFiles = [
|
||||
'manifest.json',
|
||||
'manifest.webmanifest',
|
||||
'ngsw-worker.js',
|
||||
'ngsw.json'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue