Skip to content

Vercel Deployment

Verdict Law can be deployed to Vercel as a static Astro build. Do not add a server adapter unless the project introduces server-side rendering or server endpoints that require one.

  • Framework preset: Astro, if Vercel detects it.
  • Install command: npm install.
  • Build command: npm run build.
  • Output directory: dist.
  1. Confirm npm run build works locally.
  2. Update the production URL in astro.config.mjs.
  3. Confirm contact forms are connected to a backend if they should submit messages.
  4. Review metadata, RSS, robots.txt, and any sitemap integration.

Static deployment is enough for content, pages, images, and client-side navigation.