Skip to content

Commit f738042

Browse files
author
rxyhn
committed
chore: update favicon
1 parent c4aa820 commit f738042

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Inside of your Astro project, you'll see the following folders and files:
2626
│   ├── assets
2727
│   │   └── photo.png
2828
│   ├── CNAME
29-
│   ├── favicon.ico
30-
│   ├── favicon.png
29+
│   ├── favicon.svg
3130
│   ├── fonts
3231
│   │   ├── Inter-Bold.woff2
3332
│   │   └── Inter-Regular.woff2

public/favicon.ico

-15 KB
Binary file not shown.

public/favicon.png

-335 Bytes
Binary file not shown.

public/favicon.svg

Lines changed: 9 additions & 0 deletions
Loading

src/layouts/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { title, description } = Astro.props;
1717
<meta name="generator" content={Astro.generator} />
1818

1919
<!-- Favicon -->
20-
<link rel="icon" type="image/x-icon" href="/favicon.png" />
20+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2121

2222
<!-- Fonts -->
2323
<link

0 commit comments

Comments
 (0)