Static asset delivery & edge caching endpoint
This host serves versioned static assets — stylesheets, scripts, fonts and images — over HTTP/2 with long-lived cache headers. It is an origin endpoint, not a public file host.
| Region | eu-north (Helsinki) |
|---|---|
| Protocol | HTTP/2, TLS 1.3 |
| Status | operational |
Assets are addressed by content hash and are immutable once published:
<link rel="stylesheet" href="https://static-cdn.fyi/a/<hash>.css"> <script src="https://static-cdn.fyi/a/<hash>.js" defer></script>
Responses under /a/ are returned with
Cache-Control: public, max-age=31536000, immutable.
Purges are not required — publish a new hash instead.