FastAPI frontends and static files served from the CDN

app.frontend() StaticFiles Vercel CDN FastAPI frontends and static files, served withor, are now promoted to theat build time. Requests for those paths are served directly from the CDN, without invoking your Vercel Function. StaticFiles FastAPI evaluates routes in declaration order. A route…

Sources