The problem that I have now is how to add a CNAME record that points out the deploy from the development branch of a certain repo to my Netlify DNS zone.
For instance, I would expect https://beta-show.example.com to have the deploy from the development branch while https://show.example.com to have the deploy from the master branch.
I do not want the branch deploy to be something like https://development.show.example.com.
I tried to add a CNAME record manually but that did not work for me. It just did render “Not Found”
I’d like Netlify community to help me figure out this problem
Thanks!