chore: 🔧 remove purpose from icons to allow pwa installation
This commit is contained in:
parent
1ab0fbd695
commit
c7c70824eb
@ -20,13 +20,11 @@ export default defineConfig({
|
|||||||
src: "web-app-manifest-192x192.png",
|
src: "web-app-manifest-192x192.png",
|
||||||
sizes: "192x192",
|
sizes: "192x192",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
purpose: "maskable",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "web-app-manifest-512x512.png",
|
src: "web-app-manifest-512x512.png",
|
||||||
sizes: "512x512",
|
sizes: "512x512",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
purpose: "maskable",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
theme_color: "#8A1E59",
|
theme_color: "#8A1E59",
|
||||||
|
Loading…
Reference in New Issue
Block a user