From 064bbba8aa28df32536fc8bf4ecaf4f702cfa330 Mon Sep 17 00:00:00 2001 From: dswbx Date: Tue, 7 Jan 2025 07:42:49 +0100 Subject: [PATCH] doc: nextjs swap edge --- docs/integration/nextjs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration/nextjs.mdx b/docs/integration/nextjs.mdx index 640ac17..414b76f 100644 --- a/docs/integration/nextjs.mdx +++ b/docs/integration/nextjs.mdx @@ -14,7 +14,7 @@ Install bknd as a dependency: import { serve } from "bknd/adapter/nextjs"; export const config = { - runtime: "experimental-edge", // or "edge", depending on your nextjs version + runtime: "edge", // or "experimental-edge", depending on your nextjs version unstable_allowDynamic: ["**/*.js"] };