From 59da7fb8753e60da2516885009cea024d2825b24 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Sat, 11 Nov 2017 02:55:34 +0200 Subject: [PATCH] fix(manifest): add correct start_url property fix(manifest): add correct start_url property --- static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index ed874dd0..2566d75a 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -49,7 +49,7 @@ "type": "image/png" } ], - "start_url": ".", + "start_url": "https://suicrux.now.sh", "display": "standalone", "background_color": "#f7f7f7", "theme_color": "#009688"