Skip to content

Instantly share code, notes, and snippets.

@codeBelt
Created November 29, 2020 19:56
Show Gist options
  • Save codeBelt/d43c74b786d6c55d25770841b50a681b to your computer and use it in GitHub Desktop.
Save codeBelt/d43c74b786d6c55d25770841b50a681b to your computer and use it in GitHub Desktop.
class NextDocument extends Document {
render() {
return (
<Html lang="en" dir="ltr">
<Head>
<AnyChartScript />
</Head>
<body>
<Main />
<NextScript />
</body>
</Html>
);
}
}
export default NextDocument;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment