diff --git a/src/middleware.ts b/src/middleware.ts index 37ed824..1e954db 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -5,6 +5,6 @@ export const config = { '/dashboard', '/userProfile', '/chat', - '/chat/*', + '/chat/:path*', ], }; \ No newline at end of file