Skip to content

Commit 3c59fa6

Browse files
committed
Fix meta
1 parent aff2e4f commit 3c59fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/site-layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const pageDescription = description || defaultDescription;
4242
/>
4343
<meta property="og:type" content="website" />
4444
<meta name="theme-color" content="#0b0b0c" />
45-
<link rel="icon" href="/favicon.svg" />
45+
<link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml" />
4646
<link rel="sitemap" href="/sitemap-index.xml"/>
4747
<link href={RssURL} rel="alternate" title="Releases" type="application/rss+xml"/>
4848
</head>

0 commit comments

Comments
 (0)