diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-26 12:24:42 +0100 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-26 12:24:42 +0100 |
| commit | 0fb0c42ff56c9cc66aeb8f875c6389c3d2ace1b9 (patch) | |
| tree | ac0470abf83f65828d4d4e622e2ef82b58a70627 /src/app/page.tsx | |
| parent | f881aff5f9993c3a6b4b0d8ed7e67d2f812f39d6 (diff) | |
Fix index
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
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 ( <main> |
