mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-25 14:56:22 +02:00
Locale update patch (#229)
This commit is contained in:
parent
e0a5cfec39
commit
f46c9b0348
12 changed files with 108 additions and 100 deletions
|
@ -22,6 +22,5 @@ export function middleware({ headers, cookies, nextUrl }: NextRequest) {
|
|||
}
|
||||
|
||||
export const config = {
|
||||
// these are paths we should rewrite to prev
|
||||
matcher: ["/admin/:id", "/demo", "/p/:id", "/profile", "/new"],
|
||||
matcher: ["/admin/:id", "/demo", "/p/:id", "/profile", "/new", "/login"],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue