Update vite.config.js

This commit is contained in:
2025-08-18 12:27:03 -07:00
committed by GitHub
parent d929fa0397
commit 0beb7ba033

View File

@@ -18,7 +18,7 @@ export default defineConfig({
background_color: '#000000',
categories: ['productivity', 'utilities'],
icons: [
{ src: 'https://sune.planetrenox.com/appstore_content/.png', sizes: '1024x1024', type: 'image/png' }
{ src: 'https://sune.planetrenox.com/appstore_content/sune.png', sizes: '1024x1024', type: 'image/png' }
]
}
})