diff options
author | 2023-05-31 12:06:24 -0500 | |
---|---|---|
committer | 2023-05-31 12:06:24 -0500 | |
commit | e0ca0d8c8a01ad73b711a9639b854b3f52900750 (patch) | |
tree | e7bb3df97fd3badb0aac2fdf7218598b26003cc5 /packages/integrations/netlify/test/functions/prerender.test.js | |
parent | 4e653a4d299059d4abedc42131a3fc9c0c24f779 (diff) | |
download | astro-e0ca0d8c8a01ad73b711a9639b854b3f52900750.tar.gz astro-e0ca0d8c8a01ad73b711a9639b854b3f52900750.tar.zst astro-e0ca0d8c8a01ad73b711a9639b854b3f52900750.zip |
Revert "feat(hybrid): unflag hybrid output (#7255)" (#7259)
This reverts commit bc5d6ed39faf2f73eab161774bf66ebc5fd00db2.
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, 3 insertions, 0 deletions
diff --git a/packages/integrations/netlify/test/functions/prerender.test.js b/packages/integrations/netlify/test/functions/prerender.test.js index a571dd76e..9718df083 100644 --- a/packages/integrations/netlify/test/functions/prerender.test.js +++ b/packages/integrations/netlify/test/functions/prerender.test.js @@ -46,6 +46,9 @@ 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), }), |