From f8e19b84b6e80addfac7c4b89cd90d02fe9e1538 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Tue, 26 Mar 2024 22:59:55 -0400 Subject: [PATCH] Fix paths in manifest --- public/app.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app.webmanifest b/public/app.webmanifest index 8c1dafe..083e382 100644 --- a/public/app.webmanifest +++ b/public/app.webmanifest @@ -8,12 +8,12 @@ "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "/files/logo192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "logo512.png", + "src": "/files/logo512.png", "type": "image/png", "sizes": "512x512" }