Deployment
Starlight builds a static site. There is no server-side rendering requirement for this setup.
Deployment artifact
Section titled “Deployment artifact”Run:
npm run docs:buildThe generated site will be written to docs-site/dist.
That directory is the artifact to publish.
Hosting options
Section titled “Hosting options”- GitHub Pages
- Netlify
- Cloudflare Pages
- Azure Static Web Apps
- Blob storage plus CDN
Read Static Hosting for the generic deployment contract.