Add about page
This commit is contained in:
@@ -35,6 +35,9 @@ module.exports.routes = {
|
||||
'/': {
|
||||
view: 'home/index'
|
||||
},
|
||||
'/about': {
|
||||
view: 'about'
|
||||
},
|
||||
|
||||
/*
|
||||
// But what if you want your home page to display
|
||||
|
||||
Reference in New Issue
Block a user