Hello World

This is a .mdx file.
In order to display it, we added 3 packages:
marked: pass our.mdxfile and render as HTMLnext-mdx-remote: make our.mdxfiles and use them as our postsgray-matter: use the metadata on the top of the.mdxfile
How it's done:
- Put the posts in a
postsfolder in the root directory as.mdxfile - Save the images in
public/posts/<file-name> - Set up the
blog/[slug].tsxfile