From f3e0cf8d7858a14147fa9e1f23c7de4f8b683a06 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Oct 2023 20:31:30 -0500 Subject: add ID Signed-off-by: Matt Strapp --- app/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3