How to limit the number of build ? #3258
Unanswered
Julien-Martin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I am working on a multi brand website, with some specifications I need to follow :
On all the domain for the brandA, we don't want any prefix, so we are using
prefix_except_defaultsince the default language are always the unique one. And on the brandB, we except to always have a prefix and we are usingprefixas strategy.I'm currently need to make 5 build and I want to reduce the number of build needed, for exemple an unique build for all the website (the codebase is the same of the brand), is it possible ? How to do it ?
If it's not possible, can I make 2 build (one for multiple languages and one for single language).
What are your recommendations on this ?
Our current configuration is :
Beta Was this translation helpful? Give feedback.
All reactions