Fix invalid segment configuration export

This commit is contained in:
Jared Schoeny
2025-11-08 13:11:06 -10:00
parent 5b3cd051c1
commit 238830f8af

View File

@@ -23,7 +23,7 @@ interface HackDetailProps {
params: Promise<{ slug: string }>;
}
export const revalidate = 60 * 60; // 1 hour
export const revalidate = 3600; // 1 hour
export async function generateStaticParams() {
const supabase = await createServiceClient();