diff --git a/frontend/app/(main)/about/page.tsx b/frontend/app/(main)/about/page.tsx index 53ab661..2d2e9e0 100644 --- a/frontend/app/(main)/about/page.tsx +++ b/frontend/app/(main)/about/page.tsx @@ -1,4 +1,4 @@ -"use server"; +export const dynamic = "force-dynamic"; // Prevents static rendering import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button";