Übersetzungen + Prüfbox Bezahlung

This commit is contained in:
Moritz Utcke
2023-08-31 23:12:18 +06:00
parent 0fac93486f
commit 7bf1b9a6c6
90 changed files with 3015 additions and 417 deletions

View File

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