Files: 90f1fa10f4cf1eadad9cd3539872fd71cc183030 / next.config.js
188 bytesRaw
1 | const withPreact = require('@zeit/next-preact'); |
2 | |
3 | module.exports = withPreact({ |
4 | exportPathMap () { |
5 | return { |
6 | '/': { page: '/' }, |
7 | '/talks': { page: '/talks' } |
8 | } |
9 | } |
10 | }); |
Built with git-ssb-web