From 7e68849eea494bf94ecbd408677729bcc706f444 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 10 Aug 2022 22:20:22 -0500 Subject: [PATCH] fix: change start_url to ./ --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index f3130a9..0c1a689 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -18,7 +18,7 @@ "sizes": "512x512" } ], - "start_url": "./index.html", + "start_url": "./", "display": "standalone", "theme_color": "#000000", "background_color": "#222222"