-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support localePrefix
setting per domain
#1055
Comments
localePrefix
setting per domain
As a side note, this can currently be realized by running a separate build for each domain and providing a different config for Would that be an option for your use case @markoleavy? |
Hi, I am trying to use this workaround for the time being, but I am having no luck. Specifically, we have some domains that do not have a locale prefix and a general domain which routes based on prefixes. So I tried something like:
The |
While working on #1316, I realized that setting a different I've now addressed this in a section here: Can I use a different This note is currently included in a prerelease of the docs and will be released as part of #1391. EDIT: As discussed in #789 (reply in thread), an internal structure like @george-roussos It looks like you might be looking for |
should we use App Router setup without i18n routing to work with separate builds? |
@AdamQuadmon Sorry, I don't quite understand your question. The discussion in this issue is about having a different |
Sorry, I'm mixing up different topics and making confusion. Initially I was investigating why Reading this last comment of yours I thought that having separate builds were a better solution for SEO and other routing issues. So I thought I could mix the two solutions: separate builds with no routing for dedicated SEO domains and routing solution for a catch all domain. The scenario is
maybe nextjs multi-zones can separate better the SEO from the APP? |
Hmm, not sure either—feel free to open an issue if you have a minimal reproduction! But yes, building the app separately by domain and using the setup without i18n routing is definitely also an option for your case! |
Closing as discussed in #1055 (comment) |
Is your feature request related to a problem? Please describe.
It would be really useful being able to configure a
localePrefix
preference per domain, in the domain config objects.Describe the solution you'd like
Being able to declare a prop inside the domain object and that overrides the default behavior would fix this issue.
Describe alternatives you've considered
As explained in discussion #1030, at the moment is possible to use an empty string as default locale to get kind of a "always" behavior while "as-needed" is selected in main config.
This is not a documented feature, and might break in the future.
See also: #1055 (comment)
The text was updated successfully, but these errors were encountered: