From 4c7ba0ac4b13fea4e6cb78481177ac7feca895ea Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 22 Feb 2022 14:47:11 +0100 Subject: fix: update icons path in manifest --- public/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index da715c2..06e102f 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -5,8 +5,8 @@ "short_name": "AP", "description": "Armand Philippot - Intégrateur web", "icons": [ - { "src": "/favicon/icon-192.png", "type": "image/png", "sizes": "192x192" }, - { "src": "/favicon/icon-512.png", "type": "image/png", "sizes": "512x512" } + { "src": "icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "icon-512.png", "type": "image/png", "sizes": "512x512" } ], "theme_color": "#14578a", "background_color": "#f6f8f8", -- cgit v1.2.3