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