We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9782d commit 2abbc3fCopy full SHA for 2abbc3f
1 file changed
src/components/layout/BaseLayout.astro
@@ -36,7 +36,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
36
<meta name="description" content={pageDescription} />
37
38
<!-- Favicon -->
39
- <link rel="icon" type="image/svg+xml" href="/favicon.png" />
+ <link rel="icon" type="image/png" href="/favicon.png" />
40
41
<!-- Canonical -->
42
<link rel="canonical" href={canonicalUrl.href} />
0 commit comments