mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-11 14:21:55 +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() {
|
export default function Document() {
|
||||||
return (
|
return (
|
||||||
<Html className="bg-slate-50">
|
<Html lang="en" className="bg-slate-50">
|
||||||
<Head />
|
<Head />
|
||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user