chore: fix last pwa error
This commit is contained in:
parent
b9d99c5424
commit
6a8a791959
1 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,7 @@ export default {
|
|||
},
|
||||
includeAssets: [
|
||||
"favicon.ico",
|
||||
"favicon-96x96.png",
|
||||
"web-app-manifest-192x192.png",
|
||||
"web-app-manifest-512x512.png",
|
||||
"apple-touch-icon.png",
|
||||
"*.png",
|
||||
],
|
||||
registerType: "autoUpdate",
|
||||
manifest: {
|
||||
|
|
@ -33,4 +30,5 @@ export default {
|
|||
],
|
||||
},
|
||||
injectRegister: "script",
|
||||
strategies: "generateSW",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue