Locale update patch (#229)

This commit is contained in:
Luke Vella 2022-07-21 17:11:10 +01:00 committed by GitHub
parent e0a5cfec39
commit f46c9b0348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 108 additions and 100 deletions

View file

@ -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"],
};