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.
t take full advantage of NextJS's server-side rendering…