Adding Metadata Using Markdown Frontmatter in NextJSI embedded some metadata in my markdown files using the markdown frontmatter format. After parsing this data, I included it in my NextJS pages. I also optimized the hydration time by handling some of the markdown processing during the build.
I recently made a component that displays the recent updates…