rsnext/test/integration/dynamic-routing/next.config.js
Joe Haddad ba5e6943fa
[Experimental] Catch-all Route Support (#9416)
* Catch-all Route Support

* Add SSR tests

* Add additional test

* Add unit tests

* Put the feature behind a flag

* Apply suggestions from code review

Co-Authored-By: JJ Kasper <jj@jjsweb.site>

* Fix test
2019-11-14 23:19:41 -08:00

6 lines
89 B
JavaScript

module.exports = {
experimental: {
modern: true,
catchAllRouting: true,
},
}