This commit is contained in:
Janis
2023-02-10 14:48:59 +01:00
parent 730f33879b
commit 29c97e2c90
10 changed files with 530 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ export default function Document() {
return (
<Html lang="en" style={{ scrollBehavior: "smooth" }}>
<Head />
<body>
<body className="theme-dark">
<Main />
<NextScript />
</body>