This commit is contained in:
NotII
2025-04-08 02:10:47 +01:00
parent 73507e6ac0
commit 054ea4802d
4 changed files with 42 additions and 14 deletions

View File

@@ -6,6 +6,9 @@ import { Button } from "@/components/ui/button";
import Link from "next/link";
import { AnimatedStatsSection } from "@/components/animated-stats-section";
// Force the page to be dynamically rendered
export const dynamic = 'force-dynamic';
// Constants
const PY_20 = 20;
const PY_32 = 32;