mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-11 02:11:47 +08:00
seo: fix HTML lang attribute missing (#714)
This commit is contained in:
parent
0dad8507a8
commit
c5b4147132
@ -2,7 +2,7 @@ import { Head, Html, Main, NextScript } from 'next/document';
|
||||
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html className="bg-slate-50">
|
||||
<Html lang="en" className="bg-slate-50">
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user