Compare commits

...

2 Commits

Author SHA1 Message Date
darroyo 410f72caf0 Merge pull request 'fix: Force dynamic rendering on home page to avoid Prisma build error' (#11) from develop into main
Personal/recall/pipeline/head This commit looks good
Reviewed-on: #11
2026-03-24 02:48:14 +00:00
darroyo 9847b4c5cc fix: Force dynamic rendering on home page to avoid Prisma build error 2026-03-23 23:47:28 -03:00
+2
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)