Asset host

This host serves static build artifacts — stylesheets, scripts, fonts and images — for a small number of internal projects.

Usage

<link rel="stylesheet" href="https://static-delivery-cdn.uk/assets/app.css">
<script src="https://static-delivery-cdn.uk/assets/app.js" defer></script>

Directory listing is disabled. Files are addressed by known paths only.

Cache policy

Responses are served with Cache-Control: public, max-age=86400. Versioned filenames are recommended for cache busting.