Move /grid to 'force-static'

This commit is contained in:
Sam Becker 2024-04-22 08:45:36 -05:00
parent 0faf7c194d
commit fe619e124d

View File

@ -12,7 +12,7 @@ import PhotoGridSidebar from '@/photo/PhotoGridSidebar';
import { getPhotoSidebarDataCached } from '@/photo/data';
import { MorePhotosGrid } from '@/photo/MorePhotosGrid';
export const revalidate = 3600;
export const dynamic = 'force-static';
export async function generateMetadata(): Promise<Metadata> {
const photos = await getPhotosCached({ limit: MAX_PHOTOS_TO_SHOW_OG });