diff --git a/src/app/grid/page.tsx b/src/app/grid/page.tsx index a7f9540b..6d8f5526 100644 --- a/src/app/grid/page.tsx +++ b/src/app/grid/page.tsx @@ -13,7 +13,6 @@ import PhotoGridSidebar from '@/photo/PhotoGridSidebar'; import { getPhotoSidebarDataCached } from '@/photo/data'; import InfinitePhotoScroll from '@/photo/InfinitePhotoScroll'; -export const dynamic = 'force-static'; export const revalidate = 1; export async function generateMetadata(): Promise { diff --git a/src/app/page.tsx b/src/app/page.tsx index 12158de8..31ed0c1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import { MAX_PHOTOS_TO_SHOW_OG } from '@/image-response'; import InfinitePhotoScroll from '../photo/InfinitePhotoScroll'; import PhotosLarge from '@/photo/PhotosLarge'; -export const dynamic = 'force-static'; export const revalidate = 1; export async function generateMetadata(): Promise {