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 configure a basePath to avoid conflicts with pages and static files.

    How to merge zones

    You can merge zones using in one of the apps or any HTTP proxy.