Browse Source

use https for baseURL

Gregg Tavares 5 years ago
parent
commit
2ffa100f9a
1 changed files with 1 additions and 1 deletions
  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',