diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 8a027ef..e88ecff 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -6,7 +6,6 @@ import { siteConfig } from "@/config/site"; import { title, subtitle } from "@/components/primitives"; import { GithubIcon } from "@/components/icons"; -export const runtime = 'edge'; export default function Home() { return (