rsnext/test/integration/export-dynamic-pages/next.config.js
Joe Haddad 6387d9b5bc
Fix Dynamic next export Page Hydration Mismatch (#9388)
* Fix `next export` Hydration Mismatch

* Lower timeout to 1 minute
2019-11-12 18:34:12 -08:00

7 lines
131 B
JavaScript

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