- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Would love to see support for relative links in Wouter!
URL: https://www.example.com/some/long/unnested/route/foo
<Link to="../bar">Takes you to example.com/some/long/unnested/route/bar</Link>
I appreciate we can nest things but that's not always an appropriate option.
Metadata
Metadata
Assignees
Labels
No labels
Activity
molefrog commentedon Feb 21, 2025
It's not something we have in the roadmap, but maybe this can be solved with a custom wrapper around
Link
component e.g.If you get it working, please let me know, maybe we can add this to the README.