mirror of
https://github.com/sern-handler/bin
synced 2026-06-06 01:16:52 +00:00
fix: always regex
This commit is contained in:
@@ -8,5 +8,5 @@ export default authMiddleware({
|
||||
});
|
||||
|
||||
export const config = {
|
||||
matcher: ["/((?!.+\\.[\\w]+$|_next).*)", "/(api|trpc)(.*)", '/s/*'],
|
||||
matcher: ["/((?!.+\\.[\\w]+$|_next).*)", "/(api|trpc)(.*)", '/s/(.*)'],
|
||||
};
|
||||
Reference in New Issue
Block a user