Preparation for proper release

This commit is contained in:
2023-08-05 18:49:04 +01:00
parent 25cda7ef65
commit 25b1250df7
20 changed files with 366 additions and 508 deletions

View File

@@ -2,7 +2,7 @@ import {Html, Head, Main, NextScript} from "next/document";
export default function Document() {
return (
<Html>
<Html lang="en">
<Head/>
<body>
<Main/>