0
Fork 0
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:
Sarah Rainsberger 2024-07-18 15:28:51 -03:00 committed by GitHub
parent 9c0c8492d9
commit ee21ac761f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@
export default defineConfig({ export default defineConfig({
output: 'hybrid', output: 'hybrid',
adapter: netlify(), adapter: netlify(),
experimental { experimental: {
serverIslands: true, serverIslands: true,
}, },
}); });