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