Question on route path
Hey guys! Thanks for the great libraries shipped! I have a question regarding paths for the file base routing.
I want to have shallow paths for authenticated users, for example: /dashboard, /settings and so on. I've created a route.tsx file that catches all of this inside of the (organization) group, but this is also catching the route in the landing page.
How do I sort this problem out? The route.tsx file, has the layout of the authenticated paths.
1 Reply
rival-blackOPā¢3w ago
I got it working by using pathless routes