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