Skip to content

Commit

Permalink
remove build error
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 30, 2024
1 parent d2490cc commit c3947b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ import { Html, Head, Main, NextScript } from "next/document";
export default function Document() {
return (
<Html lang="en">
{/* @ts-expect-error: jsx */}
<Head />
<body>
<Main />
{/* @ts-expect-error: jsx */}
<NextScript />
</body>
</Html>
Expand Down

0 comments on commit c3947b5

Please sign in to comment.