Skip to content

Commit edc1f09

Browse files
test(e2e): Fix astro config in test app (#18282)
https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/#removed-hybrid-rendering-mode the test app was bumped to v5 from dependabot in #18259 --------- Co-authored-by: Andrei Borza <[email protected]>
1 parent 108b027 commit edc1f09

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev-packages/e2e-tests/test-applications/cloudflare-astro/astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const dsn = process.env.E2E_TEST_DSN;
66

77
// https://astro.build/config
88
export default defineConfig({
9-
output: 'hybrid',
109
adapter: cloudflare({
1110
imageService: 'passthrough',
1211
}),

dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:assert": "pnpm -v"
1818
},
1919
"dependencies": {
20-
"@astrojs/cloudflare": "8.1.0",
20+
"@astrojs/cloudflare": "12.6.11",
2121
"@sentry/astro": "latest || *",
2222
"astro": "5.15.9"
2323
},

0 commit comments

Comments
 (0)