Merge pull request 'fix: Force dynamic rendering on home page to avoid Prisma build error' (#11) from develop into main
All checks were successful
Personal/recall/pipeline/head This commit looks good

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-03-24 02:48:14 +00:00

View File

@@ -1,6 +1,8 @@
import { Dashboard } from '@/components/dashboard'
import { getDashboardData } from '@/lib/dashboard'
export const dynamic = 'force-dynamic'
export default async function HomePage() {
const data = await getDashboardData(6)