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