diff --git a/app/layout.tsx b/app/layout.tsx index d340d73..00ae9c3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,6 +17,8 @@ const geistMono = localFont({ weight: '100 900', }); +export const dynamic = 'force-dynamic'; + export const metadata = { title: { default: 'Home | UpLeveled', diff --git a/next.config.ts b/next.config.ts index 791dcb2..771707e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,7 +2,6 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { experimental: { - dynamicIO: true, typedRoutes: true, }, eslint: {