feat: improve SEO/favicon setup

This commit is contained in:
2025-09-21 09:17:14 +02:00
parent 6cd1f7d620
commit b5c8364b47
11 changed files with 59 additions and 19 deletions

View File

@@ -3,17 +3,17 @@
"name": "Pablot TJ",
"icons": [
{
"src": "avatar-bot.png",
"src": "images/favicon-96x96.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "avatar-bot.png",
"src": "images/web-app-manifest-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "avatar-bot.png",
"src": "images/web-app-manifest-512x512.png",
"type": "image/png",
"sizes": "512x512"
}