diff --git a/src/app/dashboard/layout.tsx b/src/app/dashboard/layout.tsx index 0356e6e..add294f 100644 --- a/src/app/dashboard/layout.tsx +++ b/src/app/dashboard/layout.tsx @@ -1,5 +1,7 @@ import { DashboardShell } from "~/components/layout/dashboard-shell"; +export const dynamic = "force-dynamic"; + export default function DashboardLayout({ children, }: {