chore: update codesamples for Netlify v3 adapter (#8112)
This commit is contained in:
parent
ca4cf01100
commit
7a625d9bad
1 changed files with 3 additions and 4 deletions
|
@ -115,10 +115,9 @@ import netlify from '@astrojs/netlify/functions';
|
|||
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
adapter: netlify(),
|
||||
build: {
|
||||
split: true,
|
||||
},
|
||||
adapter: netlify({
|
||||
functionPerRoute: true
|
||||
}),
|
||||
});
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue