Skip to content

Commit 02bfc31

Browse files
committed
Update favicon.
1 parent 80eefe4 commit 02bfc31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/favicon.ico

31.3 KB
Binary file not shown.

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { title, description, image = "/social-card.png" } = Astro.props;
1818
<!-- Global Metadata -->
1919
<meta charset="utf-8" />
2020
<meta name="viewport" content="width=device-width,initial-scale=1" />
21-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
21+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
2222
<meta name="generator" content="Astro" />
2323
<link rel="sitemap" href="/sitemap-index.xml" />
2424

0 commit comments

Comments
 (0)