fix: add dynamic config to pages and update Dockerfile for PostgreSQL

This commit is contained in:
2026-03-31 04:17:16 -07:00
parent f0073d1e23
commit 1e5f900821
11 changed files with 38 additions and 43 deletions
@@ -1,4 +1,5 @@
import { prisma } from "@/lib/prisma"
export const dynamic = "force-dynamic";
import Navigation from "@/components/Navigation"
import Link from "next/link"
import { notFound, redirect } from "next/navigation"