From 390257c5456e49db2eb883fabc42e3b796961e57 Mon Sep 17 00:00:00 2001 From: Robert Long <robert@robertlong.me> Date: Tue, 1 May 2018 17:40:21 -0700 Subject: [PATCH] Update AFrame CDN url --- src/hub.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hub.html b/src/hub.html index 366f9209d..e8fd32cf3 100644 --- a/src/hub.html +++ b/src/hub.html @@ -13,9 +13,9 @@ <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> <% if(NODE_ENV === "production") { %> - <script src="https://cdn.rawgit.com/brianpeiris/aframe/845825ae694449524c185c44a314d361eead4680/dist/aframe-master.min.js"></script> + <script src="https://rawgit.com/aframevr/aframe/dba7369/dist/aframe-master.min.js"></script> <% } else { %> - <script src="https://cdn.rawgit.com/brianpeiris/aframe/845825ae694449524c185c44a314d361eead4680/dist/aframe-master.js"></script> + <script src="https://rawgit.com/aframevr/aframe/dba7369/dist/aframe-master.js"></script> <% } %> </head> -- GitLab