diff --git a/config.js b/config.js index b04066da..779f4d56 100644 --- a/config.js +++ b/config.js @@ -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'),