Skip to content

Commit

Permalink
Add favicon to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed Feb 29, 2024
1 parent 864dcb6 commit a648cc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/ico.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ import Community from "../components/community.astro";
<meta content="/logo.svg" property="og:image" />
<meta content="#4355ec" data-react-helmet="true" name="theme-color" />
<meta name="og:image" content="/logo.svg" />

<link rel="icon" href="/ico.svg" type="image/x-icon" />

<title>C3 | An evolution, not a revolution</title>
<script>
import "boxicons";
Expand Down

0 comments on commit a648cc7

Please sign in to comment.