Fix dynamic build

This commit is contained in:
2025-12-28 00:59:44 +01:00
parent 36c1789c5d
commit a21ef7d3a4
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,3 @@
export const dynamic = "force-dynamic";
export const revalidate = 0;
import { prisma } from "@/lib/prisma";
import Link from "next/link";