From fd9992e67e3b70478075d2fc81ff928992935086 Mon Sep 17 00:00:00 2001 From: MoffKalast Date: Tue, 23 Jul 2024 20:45:47 +0200 Subject: [PATCH] PWA possible fix --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index da9d18a..2ded929 100644 --- a/manifest.json +++ b/manifest.json @@ -30,9 +30,9 @@ "purpose": "maskable any" } ], - "start_url": "/index.html", + "start_url": "/Sailwind-Map", "background_color": "#AFA193", "display": "fullscreen", "scope": "/", "theme_color": "#AFA193" -} \ No newline at end of file +}