Serves immutable build output for internal applications. Bundle 2.14.2 · directory listing disabled · updated 2026-07-26
Every file is content-addressed at build time, so a path never changes meaning. Reference the full versioned path and let it cache forever:
/v3/app.7c1f9a2e.js /v3/app.4b8d0c33.css /v3/fonts/inter-var.2f61.woff2
Unversioned aliases such as /v3/app.js are intentionally absent — an alias would
have to be revalidated on every page load, which defeats the point.
| Path | Cache-Control | Notes |
|---|---|---|
/v3/*.[hash].* | public, max-age=31536000, immutable | Never revalidated |
/v3/manifest.json | public, max-age=60 | Maps names to hashes |
/health | no-store | Plain 200, no body |