Skip to content

Commit

Permalink
Fix generic icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelthatsme committed Jan 1, 2024
1 parent 95f69b1 commit deb363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { title, description } = Astro.props;
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="data:" />
<link rel="icon" type="image/svg+xml" href="data:," />
<meta name="generator" content={Astro.generator} />

<title>{title}</title>
Expand Down

0 comments on commit deb363c

Please sign in to comment.