From 64b29bcdef75f94cb3b50a9367814ba449b3e5b6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 4 Apr 2026 14:22:04 +0200 Subject: [PATCH] fix: remove favicon.png from PWA manifest icons to fix dock icon on macOS --- vite.config.mts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vite.config.mts b/vite.config.mts index ddec6b7..0c97159 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -47,11 +47,6 @@ export default defineConfig(({ command }) => { sizes: "512x512", type: "image/png" }, - { - src: "favicon.png", - sizes: "1024x1024", - type: "image/png" - }, { src: "maskable-icon-512x512.png", sizes: "512x512",