Skip to content

Commit

Permalink
favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
fallow64 committed Apr 2, 2024
1 parent 9a3a1ca commit 12a375c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Binary file added public/favicon.ico
Binary file not shown.
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 @@ -13,7 +13,7 @@ const { title, description } = Astro.props;
<meta charset="UTF-8" />
<meta name="description" content={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.ico" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
Expand Down

0 comments on commit 12a375c

Please sign in to comment.