const withPreact = require('@zeit/next-preact'); module.exports = withPreact({ exportPathMap () { return { '/': { page: '/' }, '/talks': { page: '/talks' } } } });