mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-21 10:17:24 +02:00
Fix middleware paths (#423)
This commit is contained in:
parent
45af053db9
commit
fcb2d362c9
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ export function middleware({ headers, cookies, nextUrl }: NextRequest) {
|
|||
|
||||
export const config = {
|
||||
matcher: [
|
||||
"/admin/:id",
|
||||
"/admin/:id*",
|
||||
"/demo",
|
||||
"/p/:id",
|
||||
"/p/:id*",
|
||||
"/profile",
|
||||
"/new",
|
||||
"/login",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue