-
|
I have a couple nested layouts (without urls) and want to eject out of a couple layouts in certain cases, unsure of how to do this right now. |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Oct 29, 2025
Replies: 1 comment 2 replies
-
|
If the layouts are pathless (doesn't add segments to the url) then you can just avoid nesting your route there when configuring the routes. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mirshko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the layouts are pathless (doesn't add segments to the url) then you can just avoid nesting your route there when configuring the routes.