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
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
adapter: node(),
|
||||
adapter: node({ mode: 'standalone' }),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue