#deployment
3 posts tagged with "deployment"
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
2 min read
Building a Static Blog with Cloudflare Pages
Deploy your Next.js blog as a static site on Cloudflare Pages for lightning-fast performance and global distribution.
365 words