From 297056151c915dc60c8ea2e813886575f470185a Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 4 Nov 2023 13:08:30 +0600 Subject: [PATCH] add lazy loading to images --- src/components/node/NodeImageLazy/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/node/NodeImageLazy/index.tsx b/src/components/node/NodeImageLazy/index.tsx index ecc12381..935813e1 100644 --- a/src/components/node/NodeImageLazy/index.tsx +++ b/src/components/node/NodeImageLazy/index.tsx @@ -41,6 +41,7 @@ const NodeImageLazy: FC = ({ quality={quality} {...rest} placeholder="empty" + loading="lazy" /> ); };