Fix: Routes /api/cors/[...path] was not configured to run with the Edge Runtime

This commit is contained in:
Yasin 2024-01-08 18:43:31 +08:00 committed by GitHub
parent cc86923fd5
commit 5a7b9abe33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,4 +40,4 @@ export const POST = handle;
export const GET = handle;
export const OPTIONS = handle;
export const runtime = "nodejs";
export const runtime = "edge";