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 e1a8ebe..2f648d9 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -37,7 +37,7 @@ export default defineConfig({ type: 'image/png', }, ], - id: 'random-dumping-ground', + id: 'trinkets', start_url: '.', theme_color: '#000000', }, |