diff --git a/src/app/p/[photoId]/layout.tsx b/src/app/p/[photoId]/layout.tsx index 1dce6b7f..793a6180 100644 --- a/src/app/p/[photoId]/layout.tsx +++ b/src/app/p/[photoId]/layout.tsx @@ -70,7 +70,7 @@ export default async function PhotoPage({ const isPhotoFirst = photos.findIndex(p => p.id === photoId) === 0; // Warm OG image without waiting on response - fetch(absolutePathForPhotoImage(photo)); + // fetch(absolutePathForPhotoImage(photo)); return <> {children}