zrok/website/vercel.json

11 lines
291 B
JSON
Raw Normal View History

{
"framework": "docusaurus-2",
"outputDirectory": "build",
"github": {
"silent": false
},
"cleanUrls": false,
"public": true,
2023-02-22 02:43:18 +01:00
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
}