diff --git a/vercel.json b/vercel.json index 23b48cf..bb9f593 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { - "buildCommand": "npm run build", - "outputDirectory": ".next", + "$schema": "https://openapi.vercel.sh/vercel.json", + "version": 2, "framework": "nextjs", "installCommand": "npm install --legacy-peer-deps" }