diff --git a/index.html b/index.html index e0c8466f..515b4d78 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,11 @@ - - +
@@ -21,8 +24,13 @@ relativePath: true, auto2top: true, } + function replaceResources(target) { + const newScript = document.createElement("script"); + newScript.src = target.src.replace("cdn", "fastly") + document.body.appendChild(newScript) + } - +