소스 검색

lazy load image

AykutSarac 2 년 전
부모
커밋
0b214ea6ef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Producthunt/index.tsx

+ 1 - 0
src/components/Producthunt/index.tsx

@@ -23,6 +23,7 @@ export const Producthunt = () => {
         height="200"
         src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332281&theme=neutral"
         alt="JSON Visio - Simple visualization tool for your JSON data. | Product Hunt"
+        loading="lazy"
       />
     </a>
   );