Bugfixes, Kundendaten, Datenbank Anpassung

This commit is contained in:
Moritz Utcke
2024-01-10 15:09:30 +07:00
parent ee5133b3f8
commit b20b857a7d
60 changed files with 737 additions and 1647 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from "astro/config";
import svelte from "@astrojs/svelte";
import astroI18next from "astro-i18next";
// import astroI18next from "astro-i18next";
import tailwind from "@astrojs/tailwind";
@@ -12,7 +12,7 @@ import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
integrations: [astroI18next(),svelte(), tailwind(), mdx()],
integrations: [/*astroI18next(),*/svelte(), tailwind(), mdx()],
outDir: "./dist",
output: "server",
adapter: node({