From 8d59dd5f1e35364fe030635b121a1b109694ffc4 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 3 Jun 2018 18:28:12 +0300 Subject: [PATCH] change start_url in manifest.json to "/" --- react/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/public/manifest.json b/react/public/manifest.json index 62ce359..a655045 100644 --- a/react/public/manifest.json +++ b/react/public/manifest.json @@ -8,7 +8,7 @@ "type": "image/x-icon" } ], - "start_url": "./index.html", + "start_url": "./", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"