next-routes
next-routes copied to clipboard
page access from custom directory !
.add({name: 'about', pattern: '/about', page: 'about'})
~ pages access from page
directory page/about.js
. but I want page will be access from module
directory module/about.js
. page
directory will work as before.