seo: fix HTML lang attribute missing (#714)

pull/717/head
Zhou Yuhang 2 months ago committed by GitHub
parent 0dad8507a8
commit c5b4147132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save