diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 53ca088..d77ad3a 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -12,6 +12,8 @@ import { GiStarFormation } from "react-icons/gi"; import { useUser } from "@clerk/nextjs"; import { isAdmin, isVIP } from "~/utils/helpers"; +export const dynamic = "force-dynamic"; + const Home: NextPage = () => { return ( <>