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({
|
export default defineConfig({
|
||||||
output: 'server',
|
output: 'server',
|
||||||
adapter: netlify(),
|
adapter: netlify({
|
||||||
build: {
|
functionPerRoute: true
|
||||||
split: true,
|
}),
|
||||||
},
|
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue