I want to remove project name in url when I use custom domain. https://my.custom.domain.com/app/project_name/prod/page/1 like the following https://my.custom.domain.com/app/prod/page/1 or https://my.custom.domain.com/page/1 Because project name is often duplicated with domain when we set custom domain. For example, I set myapp.com . https://myapp.com/app/myapp/page/1 is very strange.