From f446600d325fadaaa96e151f5daae23a9d4b9e81 Mon Sep 17 00:00:00 2001 From: Hunter Date: Sat, 16 Nov 2024 23:27:50 -0500 Subject: [PATCH] correct start_url in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 647f126..e5c6734 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "type": "image/svg+xml" } ], - "start_url": "/", + "start_url": "/klaxon/", "display": "standalone", "background_color": "#000000", "theme_color": "#ff0000"