Error: Redirecting from parent to child on load
I think what I'm doing has a better solution, but I'm not sure what to do. I have a folder structure that looks something like this:
I've added a redirect in
When I go to
The problem is that I can get it to redirect properly but none of the content from
I've added a redirect in
route.tsx that looks like this:When I go to
mywebsite.com/parent/child-1 it all works fine, but if I go to mywebsite.com/parent I want it to redirect to child-1.The problem is that I can get it to redirect properly but none of the content from
child-1.tsx or route.tsx is showing. The page is just blank.