File size: 139 Bytes
f80b091
3ba9c0c
 
f80b091
 
1
2
3
4
5
6
export { auth as middleware } from './auth';

export const config = {
  matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
};