In this tutorial, we will walk through the steps to create a blog with NextJS.
Set up a NextJS project
First, make sure you have Node.j...
For further actions, you may consider blocking this person and/or reporting abuse
Another great option is using MDX. This allows you to map the markdown components to your design system. Really useful when you are using a lot of images or internal links and want to make use of the NextJS
<Image/>or<Link/>components etc.For example
I like that idea, thanks Matt
very good