Skip to content

Instantly share code, notes, and snippets.

@unk
Created November 29, 2018 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unk/facf0d2627bdbe52a40f16bdf632af19 to your computer and use it in GitHub Desktop.
Save unk/facf0d2627bdbe52a40f16bdf632af19 to your computer and use it in GitHub Desktop.
class CustomDocument extends Document {
render() {
return (
<html>
<Head>
</Head>
<body>
<nav className="navbar navbar-expand navbar-light bg-light">
...
</nav>
<Main/>
<NextScript/>
</body>
</html>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment