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: '.',
display: 'standalone',
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' }
]
}
})