From 1464b2c31928754e5630cf6f407fff5b2bd7b214 Mon Sep 17 00:00:00 2001 From: "ShinProg (Logan Tann)" Date: Mon, 17 Jan 2022 11:38:38 +0100 Subject: [PATCH] fix: manifest causes 404 when making pwa shortcut fixes #384 --- resources/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/manifest.json b/resources/manifest.json index 6f5e6f1..bae079f 100644 --- a/resources/manifest.json +++ b/resources/manifest.json @@ -31,7 +31,7 @@ } ], "lang": "en", - "start_url": "./", + "start_url": "../", "theme_color": "#4F4F4F", "background_color": "#EBEBEB", "orientation": "portrait"