Skip to content

Commit b86beb4

Browse files
committed
minor fixes
1 parent 44cc0f3 commit b86beb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/config/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ let config = module.exports = {
3838
appKeys: [secret.sessionKey],
3939
adminKey: secret.adminKey,
4040

41+
certDir: path.join(secret.dir, 'cert'),
42+
4143
lang: lang,
4244

4345
plnkrAuthId: secret.plnkrAuthId,

modules/config/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module.exports = function () {
199199
nib(),
200200
function (style) {
201201
style.define('lang', config.lang);
202-
style.define('isRTL', ['ar','fa'].includes(process.env.TUTORIAL_LANG));
202+
style.define('isRTL', ['ar','fa','he'].includes(process.env.TUTORIAL_LANG));
203203
style.define('env', config.env);
204204
}
205205
]

0 commit comments

Comments
 (0)