mirror of https://github.com/status-im/codimd.git
Fixed missing config for useCDN in index template
This commit is contained in:
parent
05b28044e4
commit
e6cac820ae
|
@ -33,6 +33,7 @@ var config = {
|
||||||
tmppath: "./tmp/",
|
tmppath: "./tmp/",
|
||||||
defaultnotepath: path.join(__dirname, '/public', "default.md"),
|
defaultnotepath: path.join(__dirname, '/public', "default.md"),
|
||||||
defaultfeaturespath: path.join(__dirname, '/public', "features.md"),
|
defaultfeaturespath: path.join(__dirname, '/public', "features.md"),
|
||||||
|
indexpath: path.join(__dirname, '/public/', "index.ejs"),
|
||||||
hackmdpath: path.join(__dirname, '/public/views', "index.ejs"),
|
hackmdpath: path.join(__dirname, '/public/views', "index.ejs"),
|
||||||
errorpath: path.join(__dirname, '/public/views', "error.ejs"),
|
errorpath: path.join(__dirname, '/public/views', "error.ejs"),
|
||||||
prettypath: path.join(__dirname, '/public/views', 'pretty.ejs'),
|
prettypath: path.join(__dirname, '/public/views', 'pretty.ejs'),
|
||||||
|
|
Loading…
Reference in New Issue