Astro static sites normally output to dist, while SSR needs the correct Vercel adapter. Match the project mode to the deployment settings.
Platform: Astro + Vercel
Error: Output directory 404
Astro static sites normally output to dist, while SSR needs the correct Vercel adapter. Match the project mode to the deployment settings.
// astro.config.mjs
import vercel from "@astrojs/vercel/serverless";
export default { output: "server", adapter: vercel() };Do not configure SSR adapter for a purely static site unless you need server routes.
Send the deploy log, repository link, target platform, and expected URL. ShipFast Deploy Rescue is a fixed-price debugging service for indie projects and MVPs.