Skip to content

Commit

Permalink
chore: update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Mar 22, 2024
1 parent d0647cd commit cafb9d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions public/favicon.svg

This file was deleted.

5 changes: 4 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ const { title } = Astro.props;
<meta charset="UTF-8" />
<meta name="description" content={config.description} />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💫</text></svg>"
/>
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
Expand Down

0 comments on commit cafb9d6

Please sign in to comment.