Make main page at edge

This commit is contained in:
Jared Palmer 2023-06-16 13:04:36 -04:00
parent 1208dbbbcb
commit 8a142fcdaa

View file

@ -1,7 +1,7 @@
import { nanoid } from '@/lib/utils' import { nanoid } from '@/lib/utils'
import { Chat } from '@/components/chat' import { Chat } from '@/components/chat'
// export const runtime = 'edge' export const runtime = 'edge'
export default function IndexPage() { export default function IndexPage() {
const id = nanoid() const id = nanoid()