Skip to content

Commit bb38029

Browse files
committed
Fix head
1 parent a084802 commit bb38029

6 files changed

Lines changed: 15 additions & 81 deletions

File tree

public/favicon.ico

-22.9 KB
Binary file not shown.

public/favicon.png

19.1 KB
Loading
187 Bytes
Loading
298 Bytes
Loading

public/parcels-assets/logo-no-text.svg

Lines changed: 14 additions & 81 deletions
Loading

src/pages/_document.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default class Document extends NextDocument {
55
render() {
66
return (
77
<Html lang='en'>
8+
<Head />
89
<body>
910
{/* Make Color mode to persists when you refresh the page. */}
1011
<ColorModeScript />

0 commit comments

Comments
 (0)