Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Feb 23, 2024
1 parent 5438114 commit b3abf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ThemeToggle from "../components/ThemeToggle.tsx";
document.querySelector("html").className = theme;
</script>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/Arrow transparent.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit b3abf9f

Please sign in to comment.