This Prebuilt Deployment example demonstrates how to output static files in a Deployment using the Build Output API.
https://build-output-api-static-files.vercel.sh
The .vercel/output/static
directory contains static files which will
be served globally by the Vercel Edge Network.
In this case, there are three static files which will be served at their respective paths within the static
directory.
For example, the .vercel/output/static/another.html
file will be served
from a GET /another.html
HTTP request that is sent to the Deployment URL.