diff --git a/src/app/(static)/page.tsx b/src/app/(static)/page.tsx index 4e4a9209..3736e778 100644 --- a/src/app/(static)/page.tsx +++ b/src/app/(static)/page.tsx @@ -7,7 +7,7 @@ import PhotosEmptyState from '@/photo/PhotosEmptyState'; import { getPhotos, getPhotosCount } from '@/services/postgres'; import { Metadata } from 'next'; -export const dynamic = 'force-static'; +export const runtime = 'edge'; export async function generateMetadata(): Promise { const photos = await getPhotos();