#nextjs
4 posts tagged with "nextjs"
7 min read
MDX on Cloudflare Workers with OpenNext: Three Bugs, Three Fixes
How I debugged and fixed MDX-powered blog pages that worked locally but returned 404 on Cloudflare Workers with @opennextjs/cloudflare.
1252 words
6 min read
Shrinking a Next.js Cloudflare Worker from 3.6 MiB to 2 MiB
How I cut the gzipped Cloudflare Worker bundle of a Next.js blog in half by excluding build-time-only packages, removing unused WASM, and correctly marking static pages.
1143 words
3 min read
How to Add Code Highlighting in Next.js with CodeHike
A step-by-step guide for frontend engineers to configure CodeHike for beautiful code highlighting in your Next.js blog.
413 words
2 min read
Getting Started with Next.js and MDX
Learn how to set up a blog system using Next.js App Router and MDX for a powerful developer experience.