Skip to content

Static Hosting

Any host that can serve files from a directory can host this site.

  • Install dependencies in docs-site
  • Run npm run build
  • Publish the contents of docs-site/dist
Terminal window
cd docs-site
npm ci
npm run build

Then upload dist/ to the host.

Some hosts serve a site from a path like /docs/ instead of the domain root. In that case, set Astro site and base in astro.config.mjs before deploying.

That is the main deployment-specific value you may still need to adjust.