aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/manifest.webmanifest4
1 files 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",