fix: always regex

This commit is contained in:
2024-01-15 17:00:17 +01:00
parent 6c60608873
commit a7a4ed56e0

View File

@@ -8,5 +8,5 @@ export default authMiddleware({
});
export const config = {
matcher: ["/((?!.+\\.[\\w]+$|_next).*)", "/(api|trpc)(.*)", '/s/*'],
matcher: ["/((?!.+\\.[\\w]+$|_next).*)", "/(api|trpc)(.*)", '/s/(.*)'],
};