chore: simplify next-auth (#80)
This commit is contained in:
parent
5912336152
commit
012ea40414
8 changed files with 55 additions and 116 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export { auth as middleware } from './auth'
|
||||
|
||||
export const config = {
|
||||
matcher: ['/', '/api/chat']
|
||||
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)']
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue