Update vite.config.js

This commit is contained in:
2025-08-18 12:36:43 -07:00
committed by GitHub
parent 683cff92e6
commit 35ed687045

View File

@@ -12,7 +12,7 @@ export default defineConfig({
start_url: '.', start_url: '.',
display: 'standalone', display: 'standalone',
icons: [ icons: [
{ src: 'https://sune.planetrenox.com/✺.png', sizes: '1024x1024', type: 'image/png' } { src: 'https://sune.planetrenox.com/appstore_content/✺.png', sizes: '1024x1024', type: 'image/png' }
] ]
} }
}) })