Skip to content

Commit

Permalink
Add link to favicon to head
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Jul 13, 2023
1 parent 8591e90 commit 45e70f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const Layout = ({ children, className = "" }) => {
<Head>
<meta charSet="utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link rel="icon" href="/favicon.ico"></link>
{router.query.filename === "home" && (
<script
type="application/ld+json"
Expand Down

0 comments on commit 45e70f5

Please sign in to comment.