mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-07 08:26:07 -05:00
Fix invalid segment configuration export
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user