fix: Force dynamic rendering on home page to avoid Prisma build error

This commit is contained in:
2026-03-23 23:47:28 -03:00
parent fc53062eb1
commit 9847b4c5cc

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)