Build Configuration for Vercel Deployment - Nested Next App within subdirectory

11 Views Asked by At

I created a folder structure:

AppName

  • Client
  • Server

Where Next.js is deployed in Client

I tried to change the root directory to Client but it is not successfully deploying the Next sample page to the domain.

How can I add a step to the build function to "cd" into the Client folder before it installs and runs build?

0

There are 0 best solutions below