git ssb

0+

Rômulo Alves / website



Tree: 90f1fa10f4cf1eadad9cd3539872fd71cc183030

Files: 90f1fa10f4cf1eadad9cd3539872fd71cc183030 / next.config.js

188 bytesRaw
1const withPreact = require('@zeit/next-preact');
2
3module.exports = withPreact({
4 exportPathMap () {
5 return {
6 '/': { page: '/' },
7 '/talks': { page: '/talks' }
8 }
9 }
10});

Built with git-ssb-web