mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 03:56:37 +08:00
Add Route Segment Config Options item to deploy on Cloudflare page
This commit is contained in:
parent
0b36daf6ac
commit
4b2da2bc1c
@ -19,3 +19,5 @@ export async function POST(req: NextRequest) {
|
||||
needCode: serverConfig.needCode,
|
||||
});
|
||||
}
|
||||
|
||||
export const runtime = "experimental-edge";
|
||||
|
@ -14,3 +14,5 @@ export default async function App() {
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export const runtime = "experimental-edge";
|
||||
|
Loading…
Reference in New Issue
Block a user