Standard Search
About 33 results
https://mikebifulco.com/posts/migrate-gatsby-to-nextjs-apisyouwonthate-com · 2 Mar 2022
I migrated apisyouwonthate.com, a site with 20k+ monthly visits, from Gatsby to Next.js at the end of 2021. Let's talk about what I learned from that experience.
https://mikebifulco.com/posts/mdx-auto-link-headings-with-rehype-slug · 2 Jan 2022
This tutorial will teach you how to automatically add links to heading tags in your mdx posts on your Next.js site with a plugin called rehype-slug. This should work for most nextJS sites that use MDX for content, as well as many other JavaScript-based sit...
https://rants.broonix.ca/nextjs-bugsnag-heroku-source-maps · 4 Jan 2020
I recently set up bugsnag and had to fiddle around to get source maps working. I wanted to share my setup in case it is useful to anyone else out there. I’m using NextJS 9 and hosting my application on Heroku. This guide assumes you have already installe...