Skip to content

Commit

Permalink
chore: update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Oct 6, 2024
1 parent c4aa820 commit f738042
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Inside of your Astro project, you'll see the following folders and files:
│   ├── assets
│   │   └── photo.png
│   ├── CNAME
│   ├── favicon.ico
│   ├── favicon.png
│   ├── favicon.svg
│   ├── fonts
│   │   ├── Inter-Bold.woff2
│   │   └── Inter-Regular.woff2
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.
9 changes: 9 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layouts/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { title, description } = Astro.props;
<meta name="generator" content={Astro.generator} />

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

<!-- Fonts -->
<link
Expand Down

0 comments on commit f738042

Please sign in to comment.