This commit is contained in:
Hk-Gosuto 2023-09-14 23:45:18 +08:00
parent e9285ebbef
commit e23d50e862

View File

@ -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";