There was an error while loading. Please reload this page.
1 parent aff2e4f commit 3c59fa6Copy full SHA for 3c59fa6
1 file changed
src/layouts/site-layout.astro
@@ -42,7 +42,7 @@ const pageDescription = description || defaultDescription;
42
/>
43
<meta property="og:type" content="website" />
44
<meta name="theme-color" content="#0b0b0c" />
45
- <link rel="icon" href="/favicon.svg" />
+ <link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml" />
46
<link rel="sitemap" href="/sitemap-index.xml"/>
47
<link href={RssURL} rel="alternate" title="Releases" type="application/rss+xml"/>
48
</head>
0 commit comments