Skip to content

Commit

Permalink
Adding cloudinary image in links page for headshot
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanobaz committed Jan 27, 2024
1 parent 9f920f5 commit 4d4eedb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/links/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ const Links = () => {
<Image
id="pictureImage"
className={styles.pictureImage}
src={headshot}
src="https://res.cloudinary.com/dfrugnsw9/image/upload/v1685401832/finalheadshotedit_tfqes4.png"
alt="Portrait of Urbano Baz"
width={250}
height={250}
/>
</a>
</div>
Expand Down

1 comment on commit 4d4eedb

@vercel
Copy link

@vercel vercel bot commented on 4d4eedb Jan 27, 2024

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:

portfolio-v3 – ./

urbanobaz.com
portfolio-v3-git-main-ubazdevelops.vercel.app
portfolio-v3-ubazdevelops.vercel.app

Please sign in to comment.