32
DEPLOY NEXT.JS APP TO VERCEL
Someone want to me make a post for explain how to deploy NEXT.JS application to Vercel. Base on require of them I will make a post. Hope, it will help something to you.
I. Initial Next.js app or you can clone my shopping cart repository
create-next-app shopping-cart
git add .
git commit -m "Complete project"


env
as MONGOURI or SERECTKEY, ... in box Environment Variables
.Build and Output Settings


Thank you for reading.
32