diff --git a/src/app/(isr)/grid/page.tsx b/src/app/(isr)/grid/page.tsx index 18c3e6cb..96695b1b 100644 --- a/src/app/(isr)/grid/page.tsx +++ b/src/app/(isr)/grid/page.tsx @@ -6,7 +6,6 @@ import { getPhotos } from '@/services/postgres'; import { Metadata } from 'next'; export const runtime = 'edge'; -export const dynamic = 'force-static'; export async function generateMetadata(): Promise { const photos = await getPhotos(); diff --git a/src/app/(isr)/page.tsx b/src/app/(isr)/page.tsx index e7cc0590..f158503e 100644 --- a/src/app/(isr)/page.tsx +++ b/src/app/(isr)/page.tsx @@ -6,7 +6,6 @@ import { getPhotos } from '@/services/postgres'; import { Metadata } from 'next'; export const runtime = 'edge'; -export const dynamic = 'force-static'; export async function generateMetadata(): Promise { const photos = await getPhotos();