Get the latest tech news
The easy way to make a website with Markdown
A minimal Next.js 15 application that renders content from Markdown files. - dtedesco1/nextjs-markdown-boilerplate
The boilerplate handles this automatically in the page component, but if you add custom logic: Static Export: For non-server deployments, add output: 'export' to next.config.mjs(note: disables server features). Initial release Render Markdown files as dynamic pages Add React components anywhere in your Markdown The folder structure becomes the URL path Global styles using Tailwind CSS and DaisyUI
Or read this on Hacker News