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