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