mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 13:03:49 +08:00
revert: 移除ddg配置代理的功能
This commit is contained in:
@@ -291,4 +291,4 @@ async function handle(req: NextRequest) {
|
||||
export const GET = handle;
|
||||
export const POST = handle;
|
||||
|
||||
export const runtime = process.env.DDG_PROXY_URL ? "nodejs" : "edge";
|
||||
export const runtime = "edge";
|
||||
|
||||
Reference in New Issue
Block a user