From eeb6ba36b611c972920c698f315dd6688af30f97 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Tue, 20 Dec 2022 20:31:31 +0530 Subject: [PATCH] Move manifest json to root --- public/manifest.json => manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename public/manifest.json => manifest.json (98%) diff --git a/public/manifest.json b/manifest.json similarity index 98% rename from public/manifest.json rename to manifest.json index ba1c9228..f55b562c 100644 --- a/public/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "lang": "en-US", "display": "standalone", "orientation": "portrait", - "start_url": "/", + "start_url": "./", "scope": ".", "background_color": "#fff", "theme_color": "#fff",