mirror of
https://github.com/status-im/codimd.git
synced 2025-02-17 11:36:21 +00:00
Update index.js
This commit is contained in:
parent
fc626a6724
commit
45976a8916
@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
|
|||||||
|
|
||||||
// generate correct path
|
// generate correct path
|
||||||
config.sslcapath.forEach(function (capath, i, array) {
|
config.sslcapath.forEach(function (capath, i, array) {
|
||||||
array[i] = path.resolve(appRootPath, capath)
|
array[i] = path.resolve(appRootPath, capath)
|
||||||
})
|
})
|
||||||
|
|
||||||
config.sslcertpath = path.join(appRootPath, config.sslcertpath)
|
config.sslcertpath = path.join(appRootPath, config.sslcertpath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user