Skip to content

Commit

Permalink
Merge pull request #223 from you-n-g/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
faressoft authored Jul 6, 2023
2 parents 5f08ac3 + ab88b40 commit ddaee1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ global.di = new DI();
global.ROOT_PATH = __dirname;

// The base url of the Terminalizer website
global.BASEURL = 'https://terminalizer.com';
// `www` is necessary due to https://github.com/faressoft/terminalizer/issues/207
global.BASEURL = 'https://www.terminalizer.com';

// Dependency Injection
di.require('chalk');
Expand Down

0 comments on commit ddaee1a

Please sign in to comment.