mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
39403c32fa
* feat(hybrid): unflag hybrid output * chore: cleanup rebase errors
10 lines
331 B
Markdown
10 lines
331 B
Markdown
---
|
|
'astro': minor
|
|
'@astrojs/image': minor
|
|
'@astrojs/cloudflare': patch
|
|
'@astrojs/netlify': patch
|
|
'@astrojs/node': patch
|
|
'@astrojs/vercel': patch
|
|
---
|
|
|
|
Unflags support for `output: 'hybrid'` mode, which enables pre-rendering by default. The additional `experimental.hybridOutput` flag can be safely removed from your configuration.
|