module.exports = {
'/authors/:id/:slug/:source?': ['josh'],
'/:site?': ['bigfei'],
'/': ['bigfei'],
};