From 02f53e81caea999ddba45f2cd012a9fb976c839e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rami=20Ker=C3=A4nen?= <rami.keranen@cdk.com> Date: Tue, 19 Sep 2017 06:49:24 +0100 Subject: [PATCH] Change template manifest start_url to dot to make it react-router friendly --- packages/react-scripts/template/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/public/manifest.json b/packages/react-scripts/template/public/manifest.json index be607e417..2a0afddf9 100644 --- a/packages/react-scripts/template/public/manifest.json +++ b/packages/react-scripts/template/public/manifest.json @@ -8,7 +8,7 @@ "type": "image/png" } ], - "start_url": "./index.html", + "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" -- GitLab