Skip to content

Commit

Permalink
loading="lazy"
Browse files Browse the repository at this point in the history
  • Loading branch information
Baplisca committed Mar 4, 2023
1 parent ba34b04 commit f63158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/foundation/Image/Image.tsx
Expand Up @@ -13,7 +13,7 @@ export const Image: FC<Props> = ({ fill, ...rest }) => {
className={classNames(styles.container(), {
[styles.container__fill()]: fill === true,
})}
loading="eager"
loading="lazy"
{...rest}
/>
);
Expand Down

0 comments on commit f63158b

Please sign in to comment.