Say I am hosting two websites on Netlify.
- One website is on the domain
www.example.com - The other one is on the sub-domain
test.example.com
If I want to enable branch and pull request previews on a subdomain for both the websites. Will it work?
If the first website has a branch called test, then it will be deployed to test.example.com but that subdomain is already used by website 2. What does Netlify do in such case?
Or do I need to move website 2 to some other new domain like www.example1.com to make deploys work?