From 8a142fcdaac2e1fd8f602d8b40aa3bd7c550e1af Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Fri, 16 Jun 2023 13:04:36 -0400 Subject: [PATCH] Make main page at edge --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()