Remove 'force-static' from /grid

This commit is contained in:
Sam Becker 2024-01-13 13:21:29 -06:00
parent 88429b97f4
commit 4ba2f1cd0c

View File

@ -13,8 +13,6 @@ import {
import PhotoGridSidebar from '@/photo/PhotoGridSidebar';
import { getPhotoSidebarDataCached } from '@/photo/data';
export const dynamic = 'force-static';
export async function generateMetadata(): Promise<Metadata> {
const photos = await getPhotosCached({ limit: MAX_PHOTOS_TO_SHOW_OG });
return generateOgImageMetaForPhotos(photos);