From 8bc467fb07453bcefa3bb7519a18710307b21870 Mon Sep 17 00:00:00 2001 From: Woonchan Cho Date: Wed, 30 Sep 2020 05:16:18 -0500 Subject: [PATCH] [IDC-2052] PWA start url (#2070) Change start_url in manifest.json from "./index.html" to "./" Co-authored-by: Woonchan Cho --- platform/viewer/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/viewer/public/manifest.json b/platform/viewer/public/manifest.json index c5224ff061b..1936bbce0b8 100644 --- a/platform/viewer/public/manifest.json +++ b/platform/viewer/public/manifest.json @@ -52,7 +52,7 @@ "type": "image/png" } ], - "start_url": "./index.html", + "start_url": "./", "background_color": "#000000", "display": "standalone", "theme_color": "#20a5d6"