Browse Source

lazy load image

AykutSarac 2 years ago
parent
commit
0b214ea6ef
1 changed files with 1 additions and 0 deletions
  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>
   );