aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/page.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-24 09:50:37 -0500
committerSebastien Castiel <sebastien@castiel.me>2024-01-24 09:50:37 -0500
commit7956156d705297ba7c372577bb19c09517bbd444 (patch)
tree5920890307cba2698ebf30fd4381fc26d3492d76 /src/app/page.tsx
parent2f58e466da05a058096a2bdc7ee581dbebe7a508 (diff)
Upgrade Next.js to 14.1.0
Diffstat (limited to 'src/app/page.tsx')
-rw-r--r--src/app/page.tsx2
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 (