Create a new Next.js project with Vercel
How to start a new project using Next.js and Vercel, including a custom domain name and github integration...
Add breadcrumbs to a Next.js site
I wanted to add breadcrumbs to aid navigation for my users and to help for accessibility. This is how...
How to fonts properly in Next.js
I wanted to change the Google font in my Next.js project, and ended up finding out there are better ...
Build an image component for MDX in Next.js
To take advantage of Next.js processing capabilities it was important for me to create my own custom...
Set-up heading links with Contentlayer, Nextjs and MDX
I had a hard time setting up auto heading links for my h1 - h6 tags. I had to figure out the solution...
How to add active style to a Next.js Link
The Link component in Next.js does not have native support for active state. This is how I solved it...
Setting Up Content Layer with Next.js
Setting up Content Layer with your Next.js blog will save you a lot of time and automate many aspects...