Update astro.config.mjs
This commit is contained in:
parent
0aa0d3b4f0
commit
bb748df37c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default defineConfig({
|
||||||
}),
|
}),
|
||||||
icon(),
|
icon(),
|
||||||
],
|
],
|
||||||
output: "server",
|
output: "hybrid",
|
||||||
adapter: node({
|
adapter: node({
|
||||||
mode: "standalone",
|
mode: "standalone",
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue