Files
next-learn/dashboard/15-final/middleware.ts
Balázs Orbán 8cbe95c5c8 update
2023-10-24 13:08:26 -07:00

6 lines
135 B
TypeScript

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