Deploying Astro Sites
Sandbar works out of the box with Astro’s default static output.
No special configuration needed. Astro’s default output directory is dist/, which matches Sandbar’s default.
# Build your Astro sitenpm run build
# Deploy to Sandbarsandbar deployEnvironment variables
Section titled “Environment variables”Set PUBLIC_* environment variables in your build environment. Sandbar does not run your build — set these in your CI workflow or local environment.
Starlight documentation
Section titled “Starlight documentation”Starlight sites deploy identically to any Astro site. The output is static HTML.
Preview deploys
Section titled “Preview deploys”Preview deploys work automatically. Each preview gets a unique URL that you can share with your team for review.
sandbar preview --label "docs-update"