diff --git a/app/[page]/page.tsx b/app/[page]/page.tsx index 3dfde9f92..c21525502 100644 --- a/app/[page]/page.tsx +++ b/app/[page]/page.tsx @@ -6,8 +6,6 @@ import { notFound } from 'next/navigation'; export const runtime = 'edge'; -export const revalidate = 43200; // 12 hours in seconds - export async function generateMetadata({ params }: {