Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: utilize Vercel Build Output API to reimplement API proxy
This replaces Vercel Edge Middleware with the Vercel Build Output API[^1] to reimplement the API proxy, cutting costs (no more invocation-based charges), reducing latency (no middle layer or cold starts), and simplifying the setup, while retaining dynamic configuration via the `VERCEL_PROXIED_API_BASE_URL` environment variable. Updates #804 [^1]: https://vercel.com/docs/build-output-api/v3 Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
- Loading branch information