diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ba90ab..b668b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,9 @@ import { import Link from 'next/link' import { ReactNode } from 'react' +// FIX for https://github.com/vercel/next.js/issues/58615 +export const dynamic = 'force-dynamic' + export default function HomePage() { return (