This commit is contained in:
Jared Palmer 2023-06-02 13:29:54 -04:00
parent 0846554fa2
commit 09ac763958
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import { Chat } from "./chat";
import { Sidebar } from "./sidebar";
import { auth } from "@/auth";
export const runtime = "edge"; // default
export const runtime = "edge";
export const preferredRegion = "home";
export default async function IndexPage() {