diff --git a/astro.config.mjs b/astro.config.mjs index 9ebe5c1..12438f3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,7 +20,7 @@ export default defineConfig({ }), icon(), ], - output: "server", + output: "hybrid", adapter: node({ mode: "standalone", }),