diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index b39919451d6c79949f2ac5442da79275e43980b4..a7bd2a0d656a1a2227152b1789c3895052bf2820 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -234,7 +234,7 @@
     </ui-app>
   </footer>
 
-  <script src="https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.js"></script>
+  <script src="{% static "shared/vendor/vue/vue.2.6.11.js" %}"></script>
   <script src="{% static "elections2021/js/main.bundle.js" %}"></script>
 </body>
 </html>