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' } ] } })