Why this matters
Vercel can host Astro static output with a simple Git workflow, but production metadata still needs verification after deployment.
Setup
Import the repository, keep the framework preset as Astro, and confirm the
output directory is dist for static builds.
Implementation notes
Use deploy previews to inspect route changes before merging. This is especially useful when changing category, tag, or pagination templates.
Final checklist
- Project builds from Git
- Preview deployments work
- Canonical URL is production-ready