🍱 fix favicon

This commit is contained in:
Sindre Kjelsrud 2023-12-11 10:33:58 +01:00
parent 608bc0eb10
commit 18a3db53d0
3 changed files with 24118 additions and 1 deletions

24117
public/coolkid.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -17,7 +17,7 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props;
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="../../src/static/coolkid.png" />
<link rel="icon" type="image/svg+xml" href="/assets/coolkid.svg" />
<meta name="generator" content={Astro.generator} />
<!-- Canonical URL -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 995 KiB