From 561bcb20877b1ea9c9e84abf56dc99e23b58919b Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sun, 12 Jun 2022 18:19:29 +0300 Subject: [PATCH] lazy load image --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index fd6c49e..b939141 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -367,6 +367,7 @@ const Home: React.FC = () => { height="auto" src="/jsonvisio-screenshot.png" alt="preview" + loading="lazy" />