Multi Zones
A zone is a single deployment of a Next.js app. You can have multiple zones and merge them as a single app.
- Another app for serving all other pages
With multi zones support, you can merge both these apps into a single one allowing your customers to browse it using a single URL, but you can develop and deploy both apps independently.
- Make sure to add an to avoid conflicts with static files.
You can merge zones using any HTTP proxy.
You can also configure a proxy server to route using a set of routes like the ones above, e.g deploy the blog app to https://blog.example.com
and the home app to and then add a proxy server for both apps in https://example.com
.