mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
update
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export { GET, POST } from '@/auth';
|
||||
@@ -1,5 +1,5 @@
|
||||
export { auth as middleware } from './auth';
|
||||
|
||||
export const config = {
|
||||
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
|
||||
matcher: ['/((?!_next/static|_next/image|favicon.ico).*)'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user