URL Mapping

Local files use this structure: /cdn/{slug}/{version}/{file}. The public URL is https://cdn.itisuniqueofficial.com plus that local path.

Example

/cdn/fontawesome/6.5.2/css/all.min.css becomes https://cdn.itisuniqueofficial.com/cdn/fontawesome/6.5.2/css/all.min.css.

Broken URL Prevention

Every path in _data/cdns.yml must exist in the repository. The validation script checks this automatically.