|
|
@ -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 />
|
|
|
|