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
1 changed files with 1 additions and 1 deletions

View File

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