diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..b858b42 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "npm run build", + "framework": "nextjs", + "outputDirectory": ".next", + "ignoreCommand": "exit 1", + "env": { + "NEXT_PUBLIC_VERCEL": "1" + }, + "github": { + "silent": true, + "autoJobCancelation": false + } +} \ No newline at end of file