mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-29 09:00:18 +09:00
fix bug
This commit is contained in:
parent
6a0791f0a2
commit
e9285ebbef
@ -294,4 +294,5 @@ 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 =
|
||||
process.env.DDG_PROXY_URL != undefined ? "nodejs" : "edge";
|
||||
|
Loading…
Reference in New Issue
Block a user