vercel
Technical notes on web development, DevOps, and AI integration.
5 articles
Splitting a Next.js Sitemap into 200-URL Child Files
How I split a Next.js sitemap into 200-URL child files, listed them in robots.txt, and what Google actually reads from a sitemap.
1 min readfrontend#nextjs#seo#vercelSplitting a Next.js Sitemap into 200-URL Child Files
How I split a Next.js sitemap into 200-URL child files with generateSitemaps, listed them in robots.txt, and what Google actually reads from a sitemap.
1 min readfrontend#nextjs#vercel#serverlessChoosing a Vercel Function Region: iad1, sin1, and the CDN for Indonesian Visitors
Vercel's iad1 Washington default only affects functions — the 126-PoP CDN already serves readers from Singapore. How to pick and switch the right region.
1 min readdevops#vercel#nextjs#serverlessA main/staging/api Branch Strategy: Safe Deploys with Vercel Previews and GitHub Actions
A three-lane branch model for safe deploys: main as the source of truth, staging for Vercel previews, api for VPS deploys via GitHub Actions.
1 min readdevops#vercel#nextjs#github-actionsMigrating a Frontend to Vercel: Next.js Standalone + Docker
Notes from moving this blog's frontend to Vercel: Next.js standalone output, a multi-stage Dockerfile for a lean image, and preview deployments per branch.
1 min readdevops#nextjs#docker#vercel