diff options
author | 2023-06-05 13:19:15 -0500 | |
---|---|---|
committer | 2023-06-05 13:19:15 -0500 | |
commit | 39403c32faea58399c61d3344b770f195be60d5b (patch) | |
tree | 875f56aec415ae738762823a6d5a7751b782bbfc /packages/integrations/netlify/test/functions/prerender.test.js | |
parent | 414eb19d2fcb55758f9d053076773b11b62f4c97 (diff) | |
download | astro-39403c32faea58399c61d3344b770f195be60d5b.tar.gz astro-39403c32faea58399c61d3344b770f195be60d5b.tar.zst astro-39403c32faea58399c61d3344b770f195be60d5b.zip |
Unflag hybrid output (#7260)
* feat(hybrid): unflag hybrid output
* chore: cleanup rebase errors
Diffstat (limited to 'packages/integrations/netlify/test/functions/prerender.test.js')
-rw-r--r-- | packages/integrations/netlify/test/functions/prerender.test.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/integrations/netlify/test/functions/prerender.test.js b/packages/integrations/netlify/test/functions/prerender.test.js index 9718df083..a571dd76e 100644 --- a/packages/integrations/netlify/test/functions/prerender.test.js +++ b/packages/integrations/netlify/test/functions/prerender.test.js @@ -46,9 +46,6 @@ describe('Mixed Hybrid rendering with SSR', () => { fixture = await loadFixture({ root: new URL('./fixtures/prerender/', import.meta.url).toString(), output: 'hybrid', - experimental: { - hybridOutput: true, - }, adapter: netlifyAdapter({ dist: new URL('./fixtures/prerender/dist/', import.meta.url), }), |