Bugfixes, Kundendaten, Datenbank Anpassung
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user