Skip to content

Commit

Permalink
modificacion en imagen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignaherrero committed Apr 30, 2022
1 parent ffc8885 commit c8ff486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/posts/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function Posts({ post }) {
alt=""
width="921px"
height="613px"
loading="eager"
priority={true}
className="w-3/5 m-auto shadow-lg rounded-lg mb-6 object-cover"
/>
Expand All @@ -39,7 +40,7 @@ export default function Posts({ post }) {
src={post.author.picture}
className="rounded-full mr-2 h-8"
alt=""
loading="lazy"
loading="eager"
width="32px"
height="32px"
/>
Expand Down

1 comment on commit c8ff486

@vercel
Copy link

@vercel vercel bot commented on c8ff486 Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

challenge-atomik – ./

challenge-atomik-git-main-nacho93.vercel.app
challenge-atomik-nacho93.vercel.app
challenge-atomik.vercel.app

Please sign in to comment.