forked from administration/panel
chore: wildcard match paths
parent
43eb7691d5
commit
41c3d1ea1d
|
@ -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", "/panel/:path*"],
|
||||||
pages: {
|
pages: {
|
||||||
signIn: "/",
|
signIn: "/",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue