mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
doc: nextjs swap edge
This commit is contained in:
@@ -14,7 +14,7 @@ Install bknd as a dependency:
|
|||||||
import { serve } from "bknd/adapter/nextjs";
|
import { serve } from "bknd/adapter/nextjs";
|
||||||
|
|
||||||
export const config = {
|
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"]
|
unstable_allowDynamic: ["**/*.js"]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user