fix: fix PWA icon
This commit is contained in:
@ -24,8 +24,8 @@ export default defineConfig({
|
|||||||
display: "standalone",
|
display: "standalone",
|
||||||
start_url: "/",
|
start_url: "/",
|
||||||
icons: [
|
icons: [
|
||||||
{ src: "/icon-192.png", sizes: "192x192", type: "image/png" },
|
{ src: "/icon-192.png", sizes: "192x192", type: "image/png", purpose: "any maskable" },
|
||||||
{ src: "/icon-512.png", sizes: "512x512", type: "image/png" },
|
{ src: "/icon-512.png", sizes: "512x512", type: "image/png", purpose: "any maskable" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
workbox: {
|
workbox: {
|
||||||
|
|||||||
Reference in New Issue
Block a user