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 08:41:24 -05:00
committed by GitHub
parent ccdf9a2f0a
commit f835e86df1
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

+1 -1
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"