force dynamic

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-15 13:23:04 +01:00
parent 07718363e1
commit 1328825e7c

View File

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