Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Jun 13, 2024
1 parent a806682 commit 7afdbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/layouts/core.astro
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ const { title, meta } = Astro.props || {
<meta name={meta.name} content={meta.content} />)
}

<link rel="icon" type="image/png" href="/favicon.png" />

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

0 comments on commit 7afdbb4

Please sign in to comment.