Skip to content

Have a fallback plan for when CDNs fail

Currently, we're relying heavily on CDNs for delivering dependencies such as jQuery, Bootstrap, ClipboardJs etc in our docs.

But what if a CDN fails? The resources won't get loaded and will most likely break some parts of the frontend.

Ideally, we should have some kind of a fallback plan for this.