fix(SW-727): remove 'test' from matcher
This commit is contained in:
@@ -116,5 +116,5 @@ export const config = {
|
|||||||
* public routes inside middleware.
|
* public routes inside middleware.
|
||||||
* (https://clerk.com/docs/quickstarts/nextjs?utm_source=sponsorship&utm_medium=youtube&utm_campaign=code-with-antonio&utm_content=12-31-2023#add-authentication-to-your-app)
|
* (https://clerk.com/docs/quickstarts/nextjs?utm_source=sponsorship&utm_medium=youtube&utm_campaign=code-with-antonio&utm_content=12-31-2023#add-authentication-to-your-app)
|
||||||
*/
|
*/
|
||||||
matcher: ["/((?!.+\\.[\\w]+$|_next|_static|.netlify|en/test|api|trpc).*)"],
|
matcher: ["/((?!.+\\.[\\w]+$|_next|_static|.netlify|api|trpc).*)"],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user