Temporarily stop pre-fetching og images
This commit is contained in:
parent
5534321e79
commit
caeccd1461
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user