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.
General Settings
Section titled “General Settings”- Framework preset: Astro, if Vercel detects it.
- Install command:
npm install. - Build command:
npm run build. - Output directory:
dist.
Before Deploying
Section titled “Before Deploying”- Confirm
npm run buildworks locally. - Update the production URL in
astro.config.mjs. - Confirm contact forms are connected to a backend if they should submit messages.
- Review metadata, RSS, robots.txt, and any sitemap integration.
Static deployment is enough for content, pages, images, and client-side navigation.