Browse Source

lazy load image

AykutSarac 2 năm trước cách đây
mục cha
commit
561bcb2087
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/pages/index.tsx

+ 1 - 0
src/pages/index.tsx

@@ -367,6 +367,7 @@ const Home: React.FC = () => {
           height="auto"
           src="/jsonvisio-screenshot.png"
           alt="preview"
+          loading="lazy"
         />
       </StyledPreviewSection>