1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-02-12 01:30:52 +01:00

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
rel="icon"
href="/favicon.ico"
sizes="any"
sizes="32x32"
/>
<link
rel="icon"