feat: add video demo to digital-humans page, add force-dynamic to pages with prisma queries, update seed data
This commit is contained in:
@@ -2,6 +2,8 @@ import { prisma } from "@/app/lib/prisma"
|
||||
import Link from "next/link"
|
||||
import Image from "next/image"
|
||||
|
||||
export const dynamic = "force-dynamic"
|
||||
|
||||
export default async function HomePage() {
|
||||
const agents = await prisma.agent.findMany({
|
||||
where: { isFeatured: true },
|
||||
|
||||
Reference in New Issue
Block a user