Gregg Tavares 6 лет назад
Родитель
Сommit
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',