We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68aa046 + d0dab90 commit c6cdeb0Copy full SHA for c6cdeb0
public/app.js
@@ -21,5 +21,5 @@ if(__isDevelopment){
21
dashboardURL = "https://cloudboost.io/dashboard/";
22
signUpURL="https://cloudboost.io/accounts/signup";
23
loginURL="https://cloudboost.io/accounts/";
24
- thisURL="https://cloudboost.io/tutorials/";
+ thisURL="https://tutorials.cloudboost.io/";
25
}
server.js
@@ -1,5 +1,5 @@
1
global.__isHosted = process.env["CLOUDBOOST_HOSTED"] || false
2
-global.TUTORIALS_BASE_URL = __isHosted ? '/tutorials/' : '/'
+global.TUTORIALS_BASE_URL = __isHosted ? '/' : '/'
3
4
global.isStaging = false;
5
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
0 commit comments