Don't use apple icon for android pwa (#10535)

* Don't use apple icon for android

* Fix dimensions

* fix icon name
This commit is contained in:
Nicolas Mowen 2024-03-19 07:41:24 -06:00 committed by GitHub
parent ccdf9a2f0a
commit f835e86df1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -16,7 +16,7 @@
"purpose": "any"
},
{
"src": "/images/apple-touch-icon.png",
"src": "/images/maskable-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "maskable"