Try removing edge
This commit is contained in:
parent
3bd1232162
commit
1208dbbbcb
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
export { GET, POST } from '@/auth'
|
||||
export const runtime = 'edge'
|
||||
// export const runtime = 'edge'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { nanoid } from '@/lib/utils'
|
||||
import { Chat } from '@/components/chat'
|
||||
|
||||
export const runtime = 'edge'
|
||||
// export const runtime = 'edge'
|
||||
|
||||
export default function IndexPage() {
|
||||
const id = nanoid()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue