rename manifest
This commit is contained in:
parent
f41d6aacdf
commit
fcc7c06037
4 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
||||||
},
|
},
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/assets/images",
|
"src/assets/images",
|
||||||
"src/manifest.json"
|
"src/manifest.webmanifest"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/sass/application.scss"
|
"src/sass/application.scss"
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
],
|
],
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/assets/images",
|
"src/assets/images",
|
||||||
"src/manifest.json"
|
"src/manifest.webmanifest"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="theme-color" content="#fff" />
|
<meta name="theme-color" content="#fff" />
|
||||||
|
|
||||||
<!-- Web Manifest file -->
|
<!-- 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 /!\ -->
|
<!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ clientsRouter.use('' +
|
||||||
// Static HTML/CSS/JS client files
|
// Static HTML/CSS/JS client files
|
||||||
|
|
||||||
const staticClientFiles = [
|
const staticClientFiles = [
|
||||||
'manifest.json',
|
'manifest.webmanifest',
|
||||||
'ngsw-worker.js',
|
'ngsw-worker.js',
|
||||||
'ngsw.json'
|
'ngsw.json'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue