Sanity image

This commit is contained in:
Henrik Larsson 2023-08-29 08:42:20 +02:00
parent 738bc96a62
commit 7d9730718d

View File

@ -43,7 +43,7 @@ export default function SanityImage({
/>
)}
{imageUrl && (
{!fill && imageUrl && (
<Image
src={imageUrl}
alt={alt}