Explorar o código

use https for baseURL

Gregg Tavares %!s(int64=6) %!d(string=hai) anos
pai
achega
2ffa100f9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',