From c7ce27b1b487f33a86ff4212a09b34c82842782b Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 21:10:46 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 141530d..2361bcb 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default defineConfig({ start_url: 'https://sune.planetrenox.com/', display: 'standalone', icons: [ - { src: 'https://sune.planetrenox.com/✺.png', sizes: '1024x1024', type: 'image/png' } + { src: 'https://sune.planetrenox.com/sune.png', sizes: '1024x1024', type: 'image/png' } ] } })