Fix failing SSR test (#5067)
This commit is contained in:
parent
575bf9205e
commit
ac6e2af73c
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ import node from '@astrojs/node';
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'server',
|
output: 'server',
|
||||||
adapter: node(),
|
adapter: node({ mode: 'standalone' }),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue