fix bug
This commit is contained in:
parent
e9285ebbef
commit
e23d50e862
|
@ -294,5 +294,4 @@ async function handle(req: NextRequest) {
|
|||
export const GET = handle;
|
||||
export const POST = handle;
|
||||
|
||||
export const runtime =
|
||||
process.env.DDG_PROXY_URL != undefined ? "nodejs" : "edge";
|
||||
export const runtime = "edge";
|
||||
|
|
Loading…
Reference in New Issue