From fee8aa0a3b30498725973cb97918f860c0d1f7af Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 28 Aug 2023 00:38:51 +0200 Subject: [PATCH] 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. --- src/layouts/layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/layout.astro b/src/layouts/layout.astro index 00c2a3d..fdd1ec0 100644 --- a/src/layouts/layout.astro +++ b/src/layouts/layout.astro @@ -31,7 +31,7 @@ const { title } = Astro.props;