Gregg Tavares пре 6 година
родитељ
комит
2ffa100f9a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -124,7 +124,7 @@ module.exports = function(grunt) {
 
   const buildSettings = {
     outDir: 'out',
-    baseUrl: 'http://threejsfundamentals.org',
+    baseUrl: 'https://threejsfundamentals.org',
     rootFolder: 'threejs',
     lessonGrep: 'threejs*.md',
     siteName: 'ThreeJSFundamentals',