From a3caa85f9df4684cd164500c0125a77c3c9c27e9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 May 2026 03:55:59 +0000 Subject: [PATCH] Simplify Vercel project configuration --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }