Skip to content

Commit

Permalink
Update favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete-Fowler committed Sep 3, 2024
1 parent 7d27e28 commit 2b3e554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added public/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions src/layouts/components/Meta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const current_url = Astro.request.url;
<meta property="og:url" content={current_url} />
<meta property="og:type" content="website" />

<link rel="icon" type="image/png" sizes="16x16" href="/favicon.ico">

<meta name="msapplication-TileColor" content="#da532c">

<meta name="theme-color" content="#d0cddc" media="(prefers-color-scheme: light)">
Expand Down

0 comments on commit 2b3e554

Please sign in to comment.