From 9cbca49ecf0eb06a0ecafaca1335d4d601b7104d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Wed, 30 Sep 2020 16:56:35 +0200 Subject: [PATCH] fix(v2): fix Docusaurus 2 website PWA manifest #3500 --- website/static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/manifest.json b/website/static/manifest.json index c040ea6aad96..6eb335eeaf5a 100644 --- a/website/static/manifest.json +++ b/website/static/manifest.json @@ -5,7 +5,7 @@ "background_color": "#424242", "display": "standalone", "scope": "", - "start_url": "", + "start_url": "./index.html", "icons": [ { "src": "img/icons/icon-72x72.png",