From 598f269b08a2636d69ba26d16345aaaa3ff017bb Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 2 Dec 2023 15:05:42 +0100 Subject: [PATCH] Fix broken PWA --- index.html | 2 +- public/config/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c353813..c31e7a3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +
diff --git a/public/config/manifest.json b/public/config/manifest.json index 71adbc6..56dfb2d 100644 --- a/public/config/manifest.json +++ b/public/config/manifest.json @@ -7,7 +7,7 @@ "display": "standalone", "icons": [ { - "src": "img/icon.png", + "src": "/img/icon.png", "sizes": "192x192 256x256 512x512" } ]