Files: 04ef02f04bbaafcd2315aab58dd7be6cfaf19f8c / next.config.js
126 bytesRaw
1 | module.exports = { |
2 | exportPathMap () { |
3 | return { |
4 | '/': { page: '/' }, |
5 | '/talks': { page: '/talks' } |
6 | } |
7 | } |
8 | }; |
Built with git-ssb-web
1 | module.exports = { |
2 | exportPathMap () { |
3 | return { |
4 | '/': { page: '/' }, |
5 | '/talks': { page: '/talks' } |
6 | } |
7 | } |
8 | }; |
Built with git-ssb-web