From ab88b402d517e6c35139aaeb2a89ca40709689e1 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 14 Jun 2023 10:54:16 +0800 Subject: [PATCH] Update app.js --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 894d963..d1b1f28 100644 --- a/app.js +++ b/app.js @@ -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');