Skip to content

Commit 8c6cf22

Browse files
authored
Merge branch 'main' into 1463-fonts-db-screen-sans-regular-reference-not-working-correctly
2 parents e2144e1 + 2c5ff93 commit 8c6cf22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { Html, Head, Main, NextScript } from 'next/document';
2+
3+
export default function Document() {
4+
return (
5+
<Html lang="en">
6+
<Head />
7+
<body>
8+
<Main />
9+
<NextScript />
10+
</body>
11+
</Html>
12+
);
13+
}

0 commit comments

Comments
 (0)