Update vite.config.js

This commit is contained in:
2025-08-18 12:32:44 -07:00
committed by GitHub
parent b8bcf852f5
commit cd362f6b30

View File

@@ -7,18 +7,12 @@ export default defineConfig({
VitePWA({ VitePWA({
registerType: 'autoUpdate', registerType: 'autoUpdate',
manifest: { manifest: {
id: 'https://sune.planetrenox.com/',
name: 'Sune', name: 'Sune',
short_name: 'Sune', short_name: 'Sune',
description: 'OpenRouter GUI Frontend', start_url: '.',
start_url: 'https://sune.planetrenox.com/',
display: 'standalone', display: 'standalone',
orientation: 'portrait',
theme_color: '#000000',
background_color: '#000000',
categories: ['productivity', 'utilities'],
icons: [ icons: [
{ src: 'https://sune.planetrenox.com/appstore_content/sune.png', sizes: '1024x1024', type: 'image/png' } { src: 'https://sune.planetrenox.com/.png', sizes: '1024x1024', type: 'image/png' }
] ]
} }
}) })