When using next-routes, and turning off default /page routing
useFileSystemPublicRoutes: true
how can you get the root page of a web site to display?
I can't seem to get any base route to work. For example, this route:
routes.add("homeRoute",'/','homePage');
does not seem to may from locahost:3000/
I see an issue here in the repo that I think is similar but with no solution.