Remove stray revalidate

This commit is contained in:
Lee Robinson 2024-03-31 08:50:39 -05:00
parent 25ddc5e643
commit 610b0e8692

View File

@ -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
}: {