From 4bd03b06e75702fce1cf2fb423e09d05430ab1ec Mon Sep 17 00:00:00 2001 From: MananTank Date: Thu, 13 Feb 2025 15:12:38 +0000 Subject: [PATCH] [TOOL-3415] Dashboard: Fix Explore page header showing logged out state (#6250) --- apps/dashboard/src/app/(dashboard)/explore/[category]/page.tsx | 2 -- apps/dashboard/src/app/(dashboard)/explore/page.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/apps/dashboard/src/app/(dashboard)/explore/[category]/page.tsx b/apps/dashboard/src/app/(dashboard)/explore/[category]/page.tsx index 12b7b4af2cb..97a27b5d640 100644 --- a/apps/dashboard/src/app/(dashboard)/explore/[category]/page.tsx +++ b/apps/dashboard/src/app/(dashboard)/explore/[category]/page.tsx @@ -131,5 +131,3 @@ export default async function ExploreCategoryPage( ); } - -export const dynamic = "force-static"; diff --git a/apps/dashboard/src/app/(dashboard)/explore/page.tsx b/apps/dashboard/src/app/(dashboard)/explore/page.tsx index fba86904f3b..e22665d01c0 100644 --- a/apps/dashboard/src/app/(dashboard)/explore/page.tsx +++ b/apps/dashboard/src/app/(dashboard)/explore/page.tsx @@ -48,5 +48,3 @@ export default async function ExplorePage() { ); } - -export const dynamic = "force-static";