From 917f25353dbb4df8849a42841ed71b2fde03866d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 27 Sep 2021 23:17:32 +0200 Subject: [PATCH] Change manifest assets path --- static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index bb03496..1d53dab 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,12 +4,12 @@ "description": "", "icons": [ { - "src": "/img/siteicon-192.png", + "src": "/images/siteicon-192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "/img/siteicon-512.png", + "src": "/images/siteicon-512.png", "type": "image/png", "sizes": "512x512" }