fix: edge config
This commit is contained in:
@@ -22,6 +22,7 @@ export default async function handler(req: NextRequest) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export const runtime = "edge";
|
export const config = {
|
||||||
export const preferredRegion = "lhr1";
|
runtime: "edge",
|
||||||
export const dynamic = "force-dynamic";
|
regions: ["lhr1"],
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user