diff options
author | Wu Cheng-Han | 2015-09-24 11:29:09 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-24 11:29:09 +0800 |
commit | e6cac820ae9e127b88a0bcbc008c40fe918247dc (patch) | |
tree | b6a7586d392c033fa6238dd39d80182fb03f5655 | |
parent | 05b28044e40fc2bb7f3e2b3e7e13425038b889f2 (diff) |
Fixed missing config for useCDN in index template
Diffstat (limited to '')
-rw-r--r-- | config.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'), |