make it easier to add pages at the document root

This commit is contained in:
ansuz
2016-12-28 17:11:06 +01:00
parent 8b9d7f2357
commit 32d7fc55d2
2 changed files with 14 additions and 1 deletions

View File

@@ -66,6 +66,16 @@ module.exports = {
*/
verbose: false,
/* Main pages
* add exceptions to the router so that we can access /privacy.html
* and other odd pages
*/
mainPages: [
'index',
'privacy',
'terms',
'about',
],
/*
You have the option of specifying an alternative storage adaptor.