feat: Add export const dynamic = "force-dynamic" to all main pages to ensure dynamic rendering.
This commit is contained in:
@@ -15,6 +15,8 @@ import Link from "next/link";
|
||||
import { format } from "date-fns";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default async function DashboardExperiencePage() {
|
||||
const experiences = await getExperiences();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user