mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fix typo in CHANGELOG (#11495)
This commit is contained in:
parent
9c0c8492d9
commit
ee21ac761f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'hybrid',
|
output: 'hybrid',
|
||||||
adapter: netlify(),
|
adapter: netlify(),
|
||||||
experimental {
|
experimental: {
|
||||||
serverIslands: true,
|
serverIslands: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue