1
0
Fork 0

fix: wildcard match panel routes

fix-1
Paul Makles 2023-07-30 12:05:07 +01:00
parent 501687c399
commit 43eb7691d5
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export { default } from "next-auth/middleware";
export const config = {
matcher: ["/panel"],
matcher: ["/panel*"],
pages: {
signIn: "/",
},