mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-13 16:17:55 +00:00
Update vite.config.js
This commit is contained in:
@@ -1,26 +1,20 @@
|
|||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
import { VitePWA } from 'vite-plugin-pwa'
|
import { VitePWA } from 'vite-plugin-pwa'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
build: { outDir: 'docs' },
|
build: { outDir: 'docs' },
|
||||||
plugins: [
|
plugins: [
|
||||||
VitePWA({
|
VitePWA({
|
||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
manifest: {
|
manifest: {
|
||||||
id: 'https://sune.planetrenox.com/',
|
name: 'Sune',
|
||||||
name: 'Sune',
|
short_name: 'Sune',
|
||||||
short_name: 'Sune',
|
start_url: '.',
|
||||||
description: 'OpenRouter GUI Frontend',
|
display: 'standalone',
|
||||||
start_url: 'https://sune.planetrenox.com/',
|
icons: [
|
||||||
display: 'standalone',
|
{ src: 'https://sune.planetrenox.com/✺.png', sizes: '1024x1024', type: 'image/png' }
|
||||||
orientation: 'portrait',
|
]
|
||||||
theme_color: '#000000',
|
}
|
||||||
background_color: '#000000',
|
})
|
||||||
categories: ['productivity', 'utilities'],
|
]
|
||||||
icons: [
|
|
||||||
{ src: 'https://sune.planetrenox.com/appstore_content/sune.png', sizes: '1024x1024', type: 'image/png' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
})
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user