We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909bdd7 commit a1cd1daCopy full SHA for a1cd1da
src/test/frameworks/next/pages/_document.tsx
@@ -13,7 +13,7 @@ export default function Document() {
13
<NextScript />
14
</body>
15
</Html>
16
- )
+ );
17
}
18
19
Document.getInitialProps = async (ctx: DocumentContext) => {
0 commit comments