diff --git a/vercel.json b/vercel.json index 9fc4c25..7a291a8 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,10 @@ { "buildCommand": "git fetch --tags --depth=1 origin || true; python3 build.py --check", - "ignoreCommand": "if [ \"$VERCEL_GIT_COMMIT_REF\" = \"main\" ]; then git fetch --tags --depth=1 origin >/dev/null 2>&1 || true; ! git describe --exact-match --tags HEAD >/dev/null 2>&1; else exit 1; fi", + "git": { + "deploymentEnabled": { + "main": false + } + }, "outputDirectory": "public", "framework": null, "headers": [