mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 02:56:39 +08:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
export { default } from "next-auth/middleware";
|
|
|
|
export const config = {
|
|
matcher: "/((?!login|static|.*\\..*|_next).*)",
|
|
};
|