|
|
@ -33,11 +33,13 @@ export default defineConfig({ |
|
|
|
src: "android-chrome-192x192.png", |
|
|
|
src: "android-chrome-192x192.png", |
|
|
|
sizes: "192x192", |
|
|
|
sizes: "192x192", |
|
|
|
type: "image/png", |
|
|
|
type: "image/png", |
|
|
|
|
|
|
|
purpose: "maskable", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
src: "android-chrome-512x512.png", |
|
|
|
src: "android-chrome-512x512.png", |
|
|
|
sizes: "512x512", |
|
|
|
sizes: "512x512", |
|
|
|
type: "image/png", |
|
|
|
type: "image/png", |
|
|
|
|
|
|
|
purpose: "maskable", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|