forked from administration/panel
fix: wildcard match panel routes
parent
501687c399
commit
43eb7691d5
|
@ -1,7 +1,7 @@
|
|||
export { default } from "next-auth/middleware";
|
||||
|
||||
export const config = {
|
||||
matcher: ["/panel"],
|
||||
matcher: ["/panel*"],
|
||||
pages: {
|
||||
signIn: "/",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue