Fix Next.js Blog Not Displaying on Cloudflare Workers: SSG + MDX Guide
Complete guide to fixing blog posts returning 404 on Next.js with Cloudflare Workers. Learn how to properly serve prerendered MDX pages with OpenNext adapter.
Notes on Next.js, React, MDX, and building accessible, fast products.
Complete guide to fixing blog posts returning 404 on Next.js with Cloudflare Workers. Learn how to properly serve prerendered MDX pages with OpenNext adapter.
I wanted a fast, durable, file-based blog - no CMS. Next.js + first-class MDX fit perfectly. Here's the why, the exact setup, SEO, and workflow you can copy.
ELI5, end-to-end guide to add Microsoft (Outlook + work/school) login to Next.js using Azure Entra OIDC with PKCE, secure cookies, Drizzle/Neon. Includes code, dev to prod, and troubleshooting.
Step-by-step, ELI5 guide to add Google login to Next.js using OAuth 2.0 + OIDC with PKCE, secure cookies, and Drizzle/Neon. Includes code, security rationale, dev to prod, and troubleshooting.