diff options
Diffstat (limited to 'app/vite.config.ts')
-rw-r--r-- | app/vite.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/vite.config.ts b/app/vite.config.ts index 71207d5..e1a8ebe 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -38,6 +38,7 @@ export default defineConfig({ }, ], id: 'random-dumping-ground', + start_url: '.', theme_color: '#000000', }, registerType: 'prompt', |