🍱 update favicon

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-17 11:55:04 +01:00
parent 820f7674c2
commit 5cd41b7166
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 5 additions and 24119 deletions

View file

@ -1,5 +1,5 @@
<div align="center">
<img alt="logo" src="/public/coolkid.svg" width="100" />
<img alt="logo" src="/public/favicon.svg" width="100" />
</div>
<h1 align="center">
<a href="https://kjelsrud.dev">kjelsrud.dev</a>

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 1.4 MiB

3
public/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

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="/coolkid.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<!-- Canonical URL -->