Skip to content

Commit 2abbc3f

Browse files
committed
Fix the favicon config problem
1 parent cc9782d commit 2abbc3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
3636
<meta name="description" content={pageDescription} />
3737

3838
<!-- Favicon -->
39-
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
39+
<link rel="icon" type="image/png" href="/favicon.png" />
4040

4141
<!-- Canonical -->
4242
<link rel="canonical" href={canonicalUrl.href} />

0 commit comments

Comments
 (0)