diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..9a1da1f --- /dev/null +++ b/vercel.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "nextjs", + "env": { + "NEXT_PUBLIC_VERCEL": "1" + }, + "github": { + "silent": true, + "autoJobCancelation": false + } +} \ No newline at end of file