fix: use SVG icon for favicon and PWA manifest

This commit is contained in:
2026-03-25 14:58:25 +03:00
parent d90507ad82
commit 4326d95bf3
2 changed files with 3 additions and 12 deletions
+2 -11
View File
@@ -9,17 +9,8 @@
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}