Skip to content

Commit

Permalink
💄 Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour committed Nov 1, 2024
1 parent 35a22a8 commit 74052f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function Layout(
/>
<title safe>{props.title}</title>
<link href="/styles.css" rel="stylesheet" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>{props.children}</body>
</html>
Expand Down
Binary file added src/static/favicon.ico
Binary file not shown.

0 comments on commit 74052f9

Please sign in to comment.