From 85118211604e7170dfa589c1ef8bf00c11b99b00 Mon Sep 17 00:00:00 2001 From: Nilesh Patel Date: Thu, 22 Aug 2019 18:25:10 -0400 Subject: [PATCH] fix for pwa install issue --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5ca4fb0bf..98807cc6f 100644 --- a/manifest.json +++ b/manifest.json @@ -34,7 +34,7 @@ "type": "image/png" } ], - "start_url": "/", + "start_url": "https://liyasthomas.github.io/postwoman", "display": "standalone", "theme_color": "#121212", "background_color": "#121212"