Force SSR

This commit is contained in:
cdricms
2025-02-13 11:26:11 +01:00
parent c65f3839db
commit 3a8d5bfd13

View File

@@ -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";