edge · edge

Static asset delivery

Edge caching endpoint for static files — images, fonts, stylesheets and bundles. Origin pull with immutable revalidation; no dynamic routes are served here.

Points of presence

Loading…
Cache hit ratio
Cached objects
Region

Usage

# reference an asset by content path
<link rel="stylesheet" href="https://edge.example/a/site.7f3c1e.css">

# cache policy applied to /a/*
Cache-Control: public, max-age=31536000, immutable