Update vite.config.js

This commit is contained in:
2025-08-17 21:10:46 -07:00
committed by GitHub
parent 5015de8d27
commit c7ce27b1b4

View File

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