From e30d9c09bc32c56168f8b253e9d1f3f33c6c6694 Mon Sep 17 00:00:00 2001 From: konjacpotato Date: Tue, 17 Jun 2025 21:52:02 +0800 Subject: [PATCH] website config pwa --- static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index 2d5d17b..f46a43d 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -7,12 +7,12 @@ "theme_color": "#317EFB", "icons": [ { - "src": "/images/website_icon.png", + "src": "favicon.ico", "type": "image/png", "sizes": "192x192" }, { - "src": "/images/website_icon.png", + "src": "favicon.ico", "type": "image/png", "sizes": "512x512" }