ChatGPT-Next-Web/middleware.ts
JuliusMoehring e1d65b24d5 Fix matcher
2023-11-08 13:47:49 +01:00

6 lines
126 B
TypeScript

export { default } from "next-auth/middleware";
export const config = {
matcher: "/((?!login|static|.*\\..*|_next).*)",
};