Skip to content

Instantly share code, notes, and snippets.

@Developerayo
Created September 4, 2023 19:47
Show Gist options
  • Save Developerayo/01889dc76c24da01734a61aafac4352a to your computer and use it in GitHub Desktop.
Save Developerayo/01889dc76c24da01734a61aafac4352a to your computer and use it in GitHub Desktop.
awaw
import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
<Html lang="en">
<Head />
<body>
<Main />
<NextScript />
</body>
</Html>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment