Procházet zdrojové kódy

use https for baseURL

Gregg Tavares před 6 roky
rodič
revize
2ffa100f9a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',