Limit prefetch links further
This commit is contained in:
parent
0a4e93bae6
commit
ba109d618f
@ -84,6 +84,7 @@ export default function PhotoLarge({
|
||||
<Link
|
||||
href={pathForPhoto(photo)}
|
||||
className="font-bold uppercase"
|
||||
prefetch={false}
|
||||
>
|
||||
{titleForPhoto(photo)}
|
||||
</Link>
|
||||
|
||||
@ -29,6 +29,7 @@ export default function PhotoSmall({
|
||||
'active:brightness-75',
|
||||
selected && 'brightness-50',
|
||||
)}
|
||||
prefetch={false}
|
||||
>
|
||||
<ImageSmall
|
||||
src={photo.url}
|
||||
|
||||
@ -26,6 +26,7 @@ export default function PhotoTiny({
|
||||
'rounded-[0.15rem] overflow-hidden',
|
||||
'border border-gray-200 dark:border-gray-800',
|
||||
)}
|
||||
prefetch={false}
|
||||
>
|
||||
<ImageTiny
|
||||
src={photo.url}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user