From 6a3ba7ba57bea0e05e3319827e4bc39c0c242799 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 23 Jan 2024 13:46:07 -0600 Subject: Set ID properly Signed-off-by: Matt Strapp --- app/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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', }, -- cgit v1.2.3