Vercel
Recommended. Zero-config deployment with edge functions.
Velocity works out of the box with major hosting platforms.
Vercel
Recommended. Zero-config deployment with edge functions.
Netlify
Great for static sites with serverless functions.
Cloudflare Pages
Global edge network with Workers support.
SITE_URL in your environmentpnpm build locally to catch errorspnpm previewVelocity builds to static files by default:
pnpm build# Output in dist/For server-side features, configure an adapter in astro.config.mjs.
Set these on your hosting platform:
| Variable | Required | Description |
|---|---|---|
SITE_URL | Yes | Your production domain |
PUBLIC_GA_MEASUREMENT_ID | No | Google Analytics ID |
PUBLIC_GTM_ID | No | Google Tag Manager ID |