Skip to content

Commit 78b18e2

Browse files
committed
feat: lazy loading images by default
1 parent bc7ea70 commit 78b18e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blocks/web/image.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const ImageBlock = (
2424
...styles,
2525
src: image,
2626
alt: alt,
27+
loading: "lazy",
2728
height: height,
2829
width: width,
2930
});

0 commit comments

Comments
 (0)