From 293a7c1d58d0f76a2a3a2255205904509301160c Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Wed, 5 Jun 2024 22:07:49 -0400 Subject: [PATCH] Update index.tsx --- pages/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/index.tsx b/pages/index.tsx index 019500b..7c078ca 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -9,6 +9,9 @@ export default function IndexPage() { className="rounded-full" placeholder="blur" alt="picture of esteban" + width={200} // specify the width of the image + height={200} // specify the height of the image + priority // preloads the image src={author} />

Esteban Dalel R

I make good software and tell bad jokes