with blog
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-10-31 22:44:13 +01:00
parent 1fcd760275
commit 0d4e53bcac
4 changed files with 69 additions and 92 deletions

View File

@@ -3,10 +3,13 @@ title: Example Post
description: This frontmatter description will appear below the title
---
This is an example post, with a [link](https://nextjs.org) and a React component:
This is an example post, with a [link](https://nextjs.org) and a React
component:
<TestComponent name="next-mdx-remote" />
The title and description are pulled from the MDX file and processed using `gray-matter`. Additionally, links are rendered using a custom component passed to `next-mdx-remote`.
The title and description are pulled from the MDX file and processed using
`gray-matter`. Additionally, links are rendered using a custom component passed
to `next-mdx-remote`.
Go back [home](/).