Deploying Astro: Vercel, Netlify, Cloudflare, and Docker
A practical guide to deploying Astro projects across major platforms: adapter configuration, environment variables, build settings, and platform-specific gotchas.
5 posts · page 1 of 1
A practical guide to deploying Astro projects across major platforms: adapter configuration, environment variables, build settings, and platform-specific gotchas.
Generate dynamic Open Graph images in Next.js using @vercel/og and the ImageResponse API for social media previews with custom fonts and layouts.
A hands-on walkthrough for shipping a Next.js app to Vercel — connecting Git, configuring environment variables, understanding preview deployments, and avoiding the usual production gotchas.
Learn how Next.js loads environment variables, when they are exposed to the browser, and how to keep secrets out of your client bundle.
What Next.js middleware actually is, how it runs on the Edge, what you can and cannot do there, and the patterns that work in production.