Using Next.js next/image Component
I got my ServiceNow Certified System Administrator certification last week! 🥳
With all the reviewing out of the way, I can get to doing other stuff.
Some quick updates to this site:
- Fixed the profile image so that it doesn't distort when resizing the browser. Check out the Next.js documentation about the next/image component here. I added a parent element to the image and used
layout='fill'
. - Created a breadcrumb component so the blog post entries have backlinks to the blog.
You can check out the source code over at GitHub: eumali22/nextjs-blog.
That's it for now!