Remix have deprecated the nested folders route convention for flat routes.
I attempted to follow the switch to v2_routeConvention for remix, however routing works, except for the dashboard page, where / should route to /dashboard.
DEPRECATED: The old nested folders route convention has been deprecated in favor of "flat routes". Please enable the new routing convention via the
Added above to remix.conf.js. Is there a recommended solution for this?
DEPRECATED: The old nested folders route convention has been deprecated in favor of "flat routes". Please enable the new routing convention via the
future.v2_routeConvention flag in your remix.config.js file. For more information, please see https://remix.run/docs/en/main/file-conventions/route-files-v2Added above to remix.conf.js. Is there a recommended solution for this?
