Set favicon.ico's 'sizes' to 32x32

> sizes="any" for ICO file was replaced to sizes="32x32" to fix bug when Chrome downloaded both ICO and SVG files.
This commit is contained in:
Nikita Karamov 2023-08-28 00:38:51 +02:00
parent 58c49957e4
commit fee8aa0a3b
No known key found for this signature in database
GPG key ID: 41D6F71EE78E77CD

View file

@ -31,7 +31,7 @@ const { title } = Astro.props;
<link <link
rel="icon" rel="icon"
href="/favicon.ico" href="/favicon.ico"
sizes="any" sizes="32x32"
/> />
<link <link
rel="icon" rel="icon"