remove public

The "public": true flag in vercel.json makes deployment source and
logs publicly accessible and is a deprecated, file-only property.
The unrecognized field caused Dependabot preview deployments to fail.
Mirrors openziti/ziti-doc#1314.
This commit is contained in:
Nico Alba
2026-06-22 17:28:12 +00:00
parent e02335d6a6
commit 18d9e36637
-1
View File
@@ -5,6 +5,5 @@
"silent": false
},
"cleanUrls": false,
"public": true,
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/ ../**/*.md"
}