Multiple Build Dir's and load specific Build Dir by request domain #13052
Unanswered
felipeduardo
asked this question in
Help
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.
-
Hi,
I try to run multiple build's and it's work.
my build
yarn concurrently "SITE=site1 next build" "SITE=site2 next build"
my next.config.js
Now, I need change
dir
in run time by request domain, becausesite1
andsite2
respond to the same serverI try this, but don't work...
Beta Was this translation helpful? Give feedback.
All reactions