rsnext/test/integration/export-dynamic-pages/next.config.js

8 lines
131 B
JavaScript
Raw Normal View History

module.exports = {
exportPathMap() {
return {
'/regression/jeff-is-cool': { page: '/regression/[slug]' },
}
},
}