Spaces:
Runtime error
Runtime error
File size: 139 Bytes
478d5b9 |
1 2 3 4 5 6 |
export { auth as middleware } from './auth';
export const config = {
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
};
|