optimize favicon

This commit is contained in:
Yan Lin 2026-02-09 13:20:47 +01:00
parent 1683c40dd6
commit 09ea2ac540
13 changed files with 78 additions and 2 deletions

14
dist/site.webmanifest vendored
View file

@ -13,9 +13,21 @@
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}