mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-26 14:16:13 +00:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
export { default } from 'next-auth/middleware';
|
|
|
|
export const config = {
|
|
matcher: ['/dashboard/:path*'],
|
|
};
|