mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-21 18:27:53 +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 = {
|
export const config = {
|
||||||
matcher: [
|
matcher: [
|
||||||
"/admin/:id",
|
"/admin/:id*",
|
||||||
"/demo",
|
"/demo",
|
||||||
"/p/:id",
|
"/p/:id*",
|
||||||
"/profile",
|
"/profile",
|
||||||
"/new",
|
"/new",
|
||||||
"/login",
|
"/login",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue