PromucFlow_constructor/app/client/vercel.json
Arpit Mohan bbe7267b6e
ci: Adding Vercel integration because of issues with Netlify (#9903)
Netlify builds are failing because of seemingly memory constraints. Also they are taking twice as long as Vercel. 

This is an experiment to see if we can switch to Vercel for our deploy preview needs.
2021-12-21 15:33:12 +05:30

20 lines
502 B
JSON

{
"rewrites": [
{
"source": "/api/:slug*",
"destination": "https://release.app.appsmith.com/api/:slug*"
},
{
"source": "/oauth2/:slug*",
"destination": "https://release.app.appsmith.com/oauth2/:slug*"
},
{
"source": "/login/:slug*",
"destination": "https://release.app.appsmith.com/login/:slug*"
},
{
"source": "/f/:slug*",
"destination": "https://cdn.optimizely.com/:slug*"
}
]
}