From c7c70824eb49bd1262336f3e6d4187959768a470 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 7 Apr 2025 19:08:54 +0200 Subject: [PATCH] chore: :wrench: remove purpose from icons to allow pwa installation --- vite.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 33531e6..8cd678c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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",