Openstatus www.openstatus.dev

remove cache (#120)

authored by

Thibault Le Ouay and committed by
GitHub
188c30c8 d2453971

+2 -1
+2 -1
apps/web/src/app/app/(dashboard)/[workspaceSlug]/status-pages/page.tsx
··· 14 14 15 15 const limit = allPlans.free.limits["status-pages"]; 16 16 17 - export const revalidate = 300; // revalidate this page every 5 minutes 17 + // export const revalidate = 300; // revalidate this page every 5 minutes 18 + export const dynamic = "force-dynamic"; 18 19 19 20 export default async function Page({ 20 21 params,