* Remove optimizely, as it isn't being used anymore from the frontend codebase * Remove optimizely references form netlify config, vercel config, index.html, docker script, nginx templates and example .env file
16 lines
395 B
JSON
16 lines
395 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*"
|
|
}
|
|
]
|
|
} |