mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-30 16:14:17 +00:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export { auth as middleware } from './auth';
|
|
|
|
export const config = {
|
|
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
|
|
};
|