Skip to content

Commit

Permalink
feat: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
renanleonel committed Mar 4, 2024
1 parent ac27994 commit 7c12723
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Theme from "@/components/Theme.astro";
<meta charset="UTF-8" />
<meta name="description" content="Astro description" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
Expand Down

0 comments on commit 7c12723

Please sign in to comment.