From d785f169c60671cfa211396424adac6f09465020 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Thu, 22 Aug 2019 22:47:46 -0500 Subject: [PATCH] start_url should be project directory --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5ca4fb0bf..06504e7db 100644 --- a/manifest.json +++ b/manifest.json @@ -34,7 +34,7 @@ "type": "image/png" } ], - "start_url": "/", + "start_url": "./", "display": "standalone", "theme_color": "#121212", "background_color": "#121212"