Skip to content

Commit 15f15c6

Browse files
committed
directly to sanity cdn
1 parent 0ad0eac commit 15f15c6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

components/avatar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default function Avatar({
3636
height={height || 48}
3737
alt={name || ""}
3838
src={imageUrl}
39+
unoptimized
3940
/>
4041
</div>
4142
);

components/block-image.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default function BlockImage(props: BlockImageProps) {
2929
sizes="100vw"
3030
alt={image?.alt || ""}
3131
src={imageUrl}
32+
unoptimized
3233
/>
3334
</div>
3435
);

components/cover-image.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function CoverImage(props: CoverImageProps) {
4040
sizes="(max-width: 768px) 100vw,(max-width: 1200px) 50vw, 33vw"
4141
alt={image?.alt || ""}
4242
src={imageUrl}
43+
unoptimized
4344
/>
4445
</div>
4546
);

0 commit comments

Comments
 (0)