From 384143f8598706a12d639f951d2e70a863af287a Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 28 Aug 2023 12:33:06 -0600 Subject: [PATCH] cache... --- src/app/dashboard/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 ( <>