🍱 update favicon
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
820f7674c2
commit
5cd41b7166
4 changed files with 5 additions and 24119 deletions
|
@ -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>
|
||||
|
|
24117
public/coolkid.svg
24117
public/coolkid.svg
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 1.4 MiB |
3
public/favicon.svg
Normal file
3
public/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 17 KiB |
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue