Update astro.config.mjs

This commit is contained in:
chark1es 2024-09-14 02:31:16 -07:00
parent 0aa0d3b4f0
commit bb748df37c

View file

@ -20,7 +20,7 @@ export default defineConfig({
}), }),
icon(), icon(),
], ],
output: "server", output: "hybrid",
adapter: node({ adapter: node({
mode: "standalone", mode: "standalone",
}), }),