Skip to content

Commit dd2a653

Browse files
committed
Add new favicon and add new post
1 parent 1e8199c commit dd2a653

File tree

3 files changed

+504
-1
lines changed

3 files changed

+504
-1
lines changed

public/toffee-favicon.svg

Lines changed: 6 additions & 0 deletions
Loading

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { title, description, image = "/opengraph-img.png" } = Astro.props;
1616
<!-- Global Metadata -->
1717
<meta charset="utf-8" />
1818
<meta name="viewport" content="width=device-width,initial-scale=1" />
19-
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
19+
<link rel="icon" type="image/x-icon" href="/toffee-favicon.svg" />
2020
<meta name="generator" content={Astro.generator} />
2121

2222
<!-- Font preloads -->

0 commit comments

Comments
 (0)