From 63de19a838e13ca5598120cddf09781150776689 Mon Sep 17 00:00:00 2001 From: rizaldy Date: Thu, 1 Feb 2024 02:01:56 +0700 Subject: [PATCH] feat: use loading=lazy --- components/Feed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Feed.js b/components/Feed.js index 4889712..5ba4de8 100644 --- a/components/Feed.js +++ b/components/Feed.js @@ -23,7 +23,7 @@ const Feed = ({ }); }} > - {url} + {url} ))}