Refactor to use ai/rsc (#253)
This commit is contained in:
parent
69ca8fcc22
commit
e85ba803dd
66 changed files with 2799 additions and 740 deletions
|
|
@ -1,5 +1,8 @@
|
|||
export { auth as middleware } from './auth'
|
||||
import NextAuth from 'next-auth'
|
||||
import { authConfig } from './auth.config'
|
||||
|
||||
export default NextAuth(authConfig).auth
|
||||
|
||||
export const config = {
|
||||
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)']
|
||||
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)']
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue