diff --git a/astro.config.ts b/astro.config.ts index 455ccc1..e6fd3b5 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -8,6 +8,7 @@ import tailwind from '@astrojs/tailwind'; import mdx from '@astrojs/mdx'; import react from '@astrojs/react'; import partytown from '@astrojs/partytown'; +import netlify from '@astrojs/netlify'; import icon from 'astro-icon'; import compress from 'astro-compress'; import type { AstroIntegration } from 'astro'; @@ -23,6 +24,8 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg export default defineConfig({ output: 'server', + adapter: netlify(), + i18n: { locales: ["en", "de", "nl", "fr"],