diff --git a/src/app/(static)/sets/page.tsx b/src/app/(static)/sets/page.tsx index dfcca476..bc76bb52 100644 --- a/src/app/(static)/sets/page.tsx +++ b/src/app/(static)/sets/page.tsx @@ -9,6 +9,8 @@ import { MAX_PHOTOS_TO_SHOW_OG } from '@/photo/image-response'; import { PATH_GRID } from '@/site/paths'; import { Metadata } from 'next'; +export const runtime = 'edge'; + export async function generateMetadata(): Promise { const photos = await getPhotosCached({ limit: MAX_PHOTOS_TO_SHOW_OG }); return generateOgImageMetaForPhotos(photos);