summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-24 11:29:09 +0800
committerWu Cheng-Han2015-09-24 11:29:09 +0800
commite6cac820ae9e127b88a0bcbc008c40fe918247dc (patch)
treeb6a7586d392c033fa6238dd39d80182fb03f5655 /config.js
parent05b28044e40fc2bb7f3e2b3e7e13425038b889f2 (diff)
Fixed missing config for useCDN in index template
Diffstat (limited to 'config.js')
-rw-r--r--config.js1
1 files changed, 1 insertions, 0 deletions
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'),