enable hyrbide rendering

This commit is contained in:
2024-08-23 00:13:47 -05:00
parent ff50ff7e9a
commit ad88da00e6
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
output: "server",
output: "hybrid",
adapter: node({
mode: "standalone"
})