We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3301077 commit 0479f68Copy full SHA for 0479f68
tests/fixtures/wasm-src/src/app/og-node/route.js
@@ -6,3 +6,5 @@ export async function GET() {
6
height: 630,
7
})
8
}
9
+
10
+export const dynamic = 'force-dynamic'
tests/fixtures/wasm-src/src/app/og/route.js
@@ -8,3 +8,5 @@ export async function GET() {
export const runtime = 'edge'
11
12
tests/fixtures/wasm/app/og-node/route.js
tests/fixtures/wasm/app/og/route.js
0 commit comments