From 8f0f843ddd3ee6610d6bf7bd9fc2cf281e732f54 Mon Sep 17 00:00:00 2001 From: nzambello Date: Fri, 25 Dec 2020 20:01:34 +0100 Subject: [PATCH] fix homege url --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 1f2f141..ff72140 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,7 +8,7 @@ "type": "image/x-icon" } ], - "start_url": ".", + "start_url": "/newyear-countdown", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"