diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..4ba642c9 --- /dev/null +++ b/vercel.json @@ -0,0 +1,15 @@ +{ + "buildCommand": "echo VERCEL_GIT_COMMIT_REF=$VERCEL_GIT_COMMIT_REF; if [ \"$VERCEL_GIT_COMMIT_REF\" == \"gh-pages\" ]; then echo \"Skipping build\" && exit 0; else echo \"Looking for build script\" && test -f vercel-build.sh && chmod +x vercel-build.sh && ./vercel-build.sh; fi; ", + "cleanUrls": true, + "headers": [ + { + "source": "/(.*)", + "headers": [ + { "key": "Access-Control-Allow-Credentials", "value": "true" }, + { "key": "Access-Control-Allow-Origin", "value": "*" }, + { "key": "Access-Control-Allow-Methods", "value": "GET,OPTIONS,PATCH,DELETE,POST,PUT" }, + { "key": "Access-Control-Allow-Headers", "value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version" } + ] + } + ] +} \ No newline at end of file