Why this matters
Netlify is a practical hosting option for static content sites that need simple builds, previews, and custom domains.
Setup
Connect the Git repository, set the build command to npm run build, and set
the publish directory to dist.
Implementation notes
Confirm the production URL before checking canonical tags. If the site uses a custom domain, update the Astro site configuration to match it.
Final checklist
- Build command is configured
distis the publish directory- Production URL matches metadata