From 032d59aaef3042dc85b3cd2d06467e80143b342a Mon Sep 17 00:00:00 2001 From: Zoey VanderMeer Date: Wed, 1 Jan 2025 20:28:09 -0500 Subject: [PATCH] Update PWA icons --- vite.config.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 3d31b7f..e91f9af 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ "/fonts/Montserrat-VariableFont_wght.ttf", "icons/favicon.ico", "icons/apple-touch-icon.png", - "iosPWASplash.js", + "splash_screens/*.png", ], registerType: "autoUpdate", manifest: { @@ -37,18 +37,6 @@ export default defineConfig({ type: "image/png", purpose: "any", }, - { - src: "/icons/pwa-maskable-192x192.png", - sizes: "192x192", - type: "image/png", - purpose: "maskable", - }, - { - src: "/icons/pwa-maskable-512x512.png", - sizes: "512x512", - type: "image/png", - purpose: "maskable", - }, ], }, }),