Datenbank Umstellung

This commit is contained in:
Moritz Utcke
2023-12-09 10:40:39 +05:30
parent 2a995a1e8a
commit 9a6f5218d0
18 changed files with 242 additions and 106 deletions

View File

@@ -1,6 +1,5 @@
---
import i18next from "i18next";
import { HeadHrefLangs } from "astro-i18next/components";
import "../style/global.scss";
import Footer from "../components/Footer.astro";
@@ -108,6 +107,11 @@ const schema = JSON.stringify({
</html>
<style is:global>
article {
@apply rounded-lg w-full shadow-md border;
}
body {
min-height: 100vh;
}