chore: 🔧 remove purpose from icons to allow pwa installation
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
RaviAnand Mohabir 2025-04-07 19:08:54 +02:00
parent 1ab0fbd695
commit c7c70824eb

View File

@ -20,13 +20,11 @@ export default defineConfig({
src: "web-app-manifest-192x192.png",
sizes: "192x192",
type: "image/png",
purpose: "maskable",
},
{
src: "web-app-manifest-512x512.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
},
],
theme_color: "#8A1E59",