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 { notFound } from "next/navigation"
|
||||
import Link from "next/link"
|
||||
|
||||
export const dynamic = "force-dynamic"
|
||||
|
||||
export default async function AgentDetailPage({
|
||||
params,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user