Fixed missing config for useCDN in index template

This commit is contained in:
Wu Cheng-Han 2015-09-24 11:29:09 +08:00
parent 05b28044e4
commit e6cac820ae

View file

@ -33,6 +33,7 @@ var config = {
tmppath: "./tmp/",
defaultnotepath: path.join(__dirname, '/public', "default.md"),
defaultfeaturespath: path.join(__dirname, '/public', "features.md"),
indexpath: path.join(__dirname, '/public/', "index.ejs"),
hackmdpath: path.join(__dirname, '/public/views', "index.ejs"),
errorpath: path.join(__dirname, '/public/views', "error.ejs"),
prettypath: path.join(__dirname, '/public/views', 'pretty.ejs'),