Is it possible that outlet content in path: /a/b into path: / #9877
-
as title, example code below: path: /a/b
path: /
appreciate any solution |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Aug 16, 2024
Replies: 2 comments 1 reply
-
the only solution I think is move the code below to root.tsx
any other solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Index routes can't have child routes, but index and /a/b/ could be both children routes of another pathless route.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WreewanMorhee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Index routes can't have child routes, but index and /a/b/ could be both children routes of another pathless route.