Open joseshiru opened 7 years ago
Hi,
There is a way how to implement custom routes (e.g https://github.com/zeit/next.js/tree/master/examples/custom-server-express) by using your plugin?
Or some easy hack how to do it?
Many thanks.
Has anyone had any luck with this?
You can specify routes in your next.config.js in the exportPathMap
next.config.js
exportPathMap
Hi,
There is a way how to implement custom routes (e.g https://github.com/zeit/next.js/tree/master/examples/custom-server-express) by using your plugin?
Or some easy hack how to do it?
Many thanks.