Skip to content

Commit

Permalink
Add favicon.ico and update favicon link in Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
piro-hiroki committed Mar 10, 2024
1 parent 5391e7a commit 5e7bc7c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
Binary file added public/favicon.ico
Binary file not shown.
13 changes: 0 additions & 13 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 @@ -41,7 +41,7 @@ const socialImageURL = new URL(
<head>
<meta charset="UTF-8" />
<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" />
<link rel="canonical" href={canonicalURL} />
<meta name="generator" content={Astro.generator} />

Expand Down

0 comments on commit 5e7bc7c

Please sign in to comment.