Skip to content

Commit 882b9c2

Browse files
authored
don't prerender api routes (#8396)
1 parent aba0e9c commit 882b9c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/create-cloudflare/e2e-tests/fixtures/astro/src/pages/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type { APIRoute } from "astro";
22

3+
export const prerender = false;
4+
35
export const GET: APIRoute = async ({ locals }) => {
46
const { TEST } = locals.runtime.env;
57

packages/create-cloudflare/e2e-tests/frameworks/framework-test-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default function getFrameworkTestConfig(pm: string) {
55
return {
66
astro: {
77
testCommitMessage: true,
8-
quarantine: true,
98
unsupportedOSs: ["win32"],
109
verifyDeploy: {
1110
route: "/",

0 commit comments

Comments
 (0)