Temporarily stop pre-fetching og images

This commit is contained in:
Sam Becker 2024-01-22 08:41:45 -06:00
parent 5534321e79
commit caeccd1461

View File

@ -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}