From da3b5bc4b763975209dda12ef82b946a192d1acc Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 28 Dec 2022 10:23:59 -0800 Subject: [PATCH] Updated manifest's start_url to bare root path --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index aa9afea8..f7c6d2ef 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "Dashy", "description": "A Dashboard for your Homelab", "scope": "/", - "start_url": "./index.html", + "start_url": "./", "display": "standalone", "background_color": "#0b1021", "theme_color": "#4DBA87",