badgen.net/next.config.js

10 wiersze
185 B
JavaScript
Czysty Zwykły widok Historia

2019-05-26 04:41:21 +00:00
module.exports = {
2019-07-12 04:26:10 +00:00
target: 'server',
2019-06-05 06:47:05 +00:00
exportPathMap: async function (defaultPathMap) {
return {
'/': { page: '/index' },
'/builder': { page: '/builder' }
}
}
2019-05-26 04:41:21 +00:00
}