Skip to content

Commit

Permalink
lighthouse report - improve SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Dec 25, 2022
1 parent f708301 commit 06e7a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const normalizeNextElements = `

function MyDocument() {
return (
<Html style={{height: '100%'}}>
<Html lang="en" style={{height: '100%'}}>
<Head />
<body style={{height: '100%', overflow: 'hidden'}}>
<Main />
Expand Down

0 comments on commit 06e7a58

Please sign in to comment.