open-next installing and preparing your nextjs for deployment
First you have to install using npm install.
npm install -g open-next
The run the build command
open-next build
Finally, examine the output in .open-next folder
First you have to install using npm install.
npm install -g open-next
The run the build command
open-next build
Finally, examine the output in .open-next folder
Comments