From 2abf68a5c75d5a1fb2ece18220521a22dc675c06 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 10:54:49 +0000 Subject: [PATCH] Update vercel.json --- vercel.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..b858b42 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "npm run build", + "framework": "nextjs", + "outputDirectory": ".next", + "ignoreCommand": "exit 1", + "env": { + "NEXT_PUBLIC_VERCEL": "1" + }, + "github": { + "silent": true, + "autoJobCancelation": false + } +} \ No newline at end of file