diff options
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index eb0e09d..8aa9bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { Github } from 'lucide-react' import Link from 'next/link' // FIX for https://github.com/vercel/next.js/issues/58615 -export const dynamic = 'force-dynamic' +// export const dynamic = 'force-dynamic' export default function HomePage() { return ( |
