From 357eb71431476002363f3c1137b0437b3b99e9a3 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sat, 21 Oct 2023 10:10:09 -0500 Subject: add start URL Signed-off-by: Matt Strapp --- app/src/lib/components/Navigation.svelte | 2 +- app/vite.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/src/lib/components/Navigation.svelte b/app/src/lib/components/Navigation.svelte index c895cbb..084782a 100644 --- a/app/src/lib/components/Navigation.svelte +++ b/app/src/lib/components/Navigation.svelte @@ -35,7 +35,7 @@ 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', -- cgit v1.2.3