fix(SW-727): remove 'test' from matcher

This commit is contained in:
Matilda Landström
2024-10-30 15:08:47 +01:00
parent b5dce01fd3
commit 1d244b285a

View File

@@ -116,5 +116,5 @@ export const config = {
* 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)
*/
matcher: ["/((?!.+\\.[\\w]+$|_next|_static|.netlify|en/test|api|trpc).*)"],
matcher: ["/((?!.+\\.[\\w]+$|_next|_static|.netlify|api|trpc).*)"],
}