diff --git a/astro.config.ts b/astro.config.ts index 4860e88..a2f8874 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -25,7 +25,11 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg export default defineConfig({ output: 'server', adapter: node({ mode: 'standalone' }), - + + server: { + port: 3000, + host: true, // Allows external access if needed + }, i18n: { locales: ["en", "de", "nl", "fr"],