🍱 fix favicon
This commit is contained in:
parent
18a3db53d0
commit
4593eafec5
1 changed files with 1 additions and 1 deletions
|
@ -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="/assets/coolkid.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/coolkid.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
|
|
Loading…
Reference in a new issue