git ssb

0+

Rômulo Alves / website



Tree: dc22d9e889bb033f0b468f7e989348326056b9f8

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