updated favicon paths

This commit is contained in:
Paul Gauthier 2024-05-01 09:14:53 -07:00
parent 22d90d70c6
commit 0185e02a92
2 changed files with 3 additions and 3 deletions

View file

@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/assets/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"src": "/assets/icons/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}