Files: ffb059a9465e9ad3d05e45d9090b4beaba053fed / 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