mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-28 08:30:19 +09:00
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
Block a user