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
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user