module.exports = { exportPathMap () { return { '/': { page: '/' }, '/talks': { page: '/talks' } } } };