diff --git a/astro.config.ts b/astro.config.ts index b4fd162..5e50fee 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -26,7 +26,7 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg export default defineConfig({ output: 'server', - adapter: node({ mode: 'standalone' }), + adapter: node({ mode: 'middleware' }), server: { port: 3000,