Add a suffix to the locale to handle multi-tenant #1302
-
Beta Was this translation helpful? Give feedback.
Answered by
amannn
Aug 29, 2024
Replies: 2 comments
-
I guess what you could do is wrap the navigation APIs again (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dogfootruler-kr
-
That was my second option if I couldn't do it with the library directly :). Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess what you could do is wrap the navigation APIs again (e.g.
LinkWithTenant
) and apply the tenant to the incominghref
prop.