wip event list

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-15 21:29:45 +01:00
parent 1328825e7c
commit a74acda707
29 changed files with 995 additions and 883 deletions

View File

@@ -10,7 +10,7 @@ import { JoinWaitlist } from './join-waitlist';
import { Sections } from './section';
export const dynamic = 'force-dynamic';
export const revalidate = 60 * 60;
export const revalidate = 3600;
export default async function Page() {
const waitlistCount = await db.waitlist.count();