Use force-static on home page

This commit is contained in:
Sam Becker 2024-04-21 23:53:24 -05:00
parent 0c3b6edb0b
commit 0faf7c194d

View File

@ -9,7 +9,7 @@ import { MAX_PHOTOS_TO_SHOW_OG } from '@/image-response';
import PhotosLarge from '@/photo/PhotosLarge';
import { MorePhotosRoot } from '@/photo/MorePhotosRoot';
export const revalidate = 3600;
export const dynamic = 'force-static';
export async function generateMetadata(): Promise<Metadata> {
// Make homepage queries resilient to error on first time setup