joschan21 / nextjs-realtime-chat

A performant and reliable realtime-chat-app built with NextJS 13
906 stars 158 forks source link

matcher NOT matchter #3

Open Savit3r opened 1 year ago

Savit3r commented 1 year ago
export const config = {
  matchter: ['/', '/login', '/dashboard/:path*'],
}

Apparently, there is a typo in your middleware.

matcher NOT matchter