Skip to content

Commit 26894df

Browse files
committed
adding lang attribute
1 parent ad6364f commit 26894df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/_document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default class MyDocument extends Document {
2121

2222
render() {
2323
return (
24-
<Html>
24+
<Html lang="en">
2525
<Head>
2626
{/* Step 5: Output the styles in the head */}
2727
{this.props.styleTags}

0 commit comments

Comments
 (0)