diff --git a/app/page.tsx b/app/page.tsx index 0b0f876..ebc083b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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()