From 0fabc3f95639a51eb88881e2176b296abfc41118 Mon Sep 17 00:00:00 2001 From: samsapti Date: Tue, 24 May 2022 01:01:57 +0200 Subject: [PATCH] Move icons --- static/site.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/site.webmanifest b/static/site.webmanifest index b20abb7..58a5576 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "/images/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "/images/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }