Update vercel.json
This commit is contained in:
parent
0525b30f47
commit
2abf68a5c7
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue