diff --git a/src/client.js b/src/client.js index cf272b2..eebdcde 100644 --- a/src/client.js +++ b/src/client.js @@ -9,7 +9,7 @@ import 'font-awesome/css/font-awesome.css'; if (!document.body.animate) { const script = document.createElement('script'); - script.src = 'https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.3.1/web-animations-next.min.js'; + script.src = '/lib/web-animations-next.min.js'; document.head.appendChild(script); }