Replies: 1 comment
-
Maybe custom prefixes could work for you? About multi-tenancy, there’s a discussion here: #1107 |
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
-
Hello!
unfortunately, I'm having a hard time getting next-intl to work tenant-like.
My main problem is the implementation of something like this:
example.com/country-one/:locale/page/...
example.com/country-two/:locale/page/...
It does not have to be a dynamic path segment for the country segment.
/app/country-one/[locale]/page.tsx
/app/country-two/[locale]/page.tsx
My biggest problem is that next-intl seems to assume that the locale is always the first path segment. Is there any way I can change this behavior?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions