A Typed MDX Content Pipeline with Velite (Next.js Tutorial)
Most Next.js blogs read MDX at request time, hand you frontmatter as any , and discover a missing date or a typo in a tag when the page 500s in prod…
Tech news from the best sources
Most Next.js blogs read MDX at request time, hand you frontmatter as any , and discover a missing date or a typo in a tag when the page 500s in prod…
Here's the problem: You want to pull remote Markdown into your site, but you want components with interactivity like syntax highlighting or copy but…
If you have ever tried to spin up a Docusaurus site, you know the routine: scaffold the project, install dependencies, write a config, pick a theme,…
I ran into a small but annoying problem while deploying a Next.js MDX blog to Cloudflare Workers with OpenNext. The blog worked locally. The build p…
While developing my bilingual technical blog, I became very familiar with MDX files. Initially, my main concern was getting everything to work quick…