Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 825 Bytes

File metadata and controls

18 lines (11 loc) · 825 Bytes

Static Files

Build Output API

This Prebuilt Deployment example demonstrates how to output static files in a Deployment using the Build Output API.

Demo

https://build-output-api-static-files.vercel.sh

How it Works

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.