Overview
Static-only SiteX sites deploy like normal Vite sites.
If any route exports render = "server", deploy to a host that can run server routes. Netlify, Vercel, and Cloudflare are detected automatically.
Static Sites
pnpm buildPublish the generated output directory for your app.
Server Routes
Server routes run at request time and are not written as static HTML files.
export const render = "server"