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 ad6364f commit 26894dfCopy full SHA for 26894df
1 file changed
pages/_document.js
@@ -21,7 +21,7 @@ export default class MyDocument extends Document {
21
22
render() {
23
return (
24
- <Html>
+ <Html lang="en">
25
<Head>
26
{/* Step 5: Output the styles in the head */}
27
{this.props.styleTags}
0 commit comments