Parcourir la source

Update index.html

raw.githubusercontent.com does NOT serve .js file as application/javascript MIME type.

Raw Git Going Down Soon.

Github Pages Reccomended.
MackeyK24 il y a 6 ans
Parent
commit
c1ca61db67
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Playground/index.html

+ 2 - 2
Playground/index.html

@@ -58,8 +58,8 @@
     <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js" async></script>
 
     <!-- Scene Manager -->
-    <script src="https://raw.githubusercontent.com/BabylonJS/UnityExporter/master/Manager/dist/babylon.manager.js"></script>
-    <script src="https://raw.githubusercontent.com/BabylonJS/UnityExporter/master/Manager/dist/babylon.navmesh.js"></script>
+    <script src="https://mackeyk24.github.io/toolkit/babylon.manager.js"></script>
+    <script src="https://mackeyk24.github.io/toolkit/babylon.navmesh.js"></script>
 
     <link href="css/index.css" rel="stylesheet" />
 </head>