git ssb

0+

Rômulo Alves / website



Tree: 5e2d4a9461d4df8b292bd5b62e208c033a854a19

Files: 5e2d4a9461d4df8b292bd5b62e208c033a854a19 / 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