Spaces:
Running
Running
File size: 136 Bytes
3ba9c0c |
1 2 3 4 5 6 |
export { auth as middleware } from './auth'
export const config = {
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)']
}
|