Skip to content

Commit

Permalink
add more ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 30, 2024
1 parent 6d83b0d commit bfe3f63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ import { Html, Head, Main, NextScript } from "next/document";
export default function Document() {
return (
<Html lang="en">
{/* @ts-ignore: weird github actions issue */}
<Head />
<body>
{/* @ts-ignore: weird github actions issue */}
<Main />
{/* @ts-ignore: weird github actions issue */}
<NextScript />
</body>
</Html>
Expand Down

0 comments on commit bfe3f63

Please sign in to comment.