Skip to content

Commit 711805b

Browse files
committed
add favicon
1 parent 6c1906b commit 711805b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/icons/favicon.ico

125 KB
Binary file not shown.

src/pages/_document.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ class Gen3Document extends Document {
2727
render() {
2828
return (
2929
<Html lang="en">
30-
<Head />
30+
<Head>
31+
<link rel="icon" href="/icons/favicon.ico" />
32+
</Head>
3133
<body className="flex flex-col min-h-screen">
3234
<main id="main-content" className="flex-grow">
3335
<Main />

0 commit comments

Comments
 (0)