Upgrade Next.js to 14.1.0

This commit is contained in:
Sebastien Castiel
2024-01-24 09:50:37 -05:00
parent 2f58e466da
commit 7956156d70
10 changed files with 1037 additions and 163 deletions

View File

@@ -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 (