I’d like to build a site on a subdomain of a custom domain I have setup in Netlify that I did not register with Netlify. This site under a subdomain would be totally different than the site at the root.
For instance, take a look at these two Netlify sites:
https://todos.fidalgo.dev/login
https://movies.fidalgo.dev/discover/Popular
I’ve added a CNAME record to the custom domain I want to use a subdomain for and added the target as another Netlify site using a Netlify subdomain such as resume.tiffanyrwhite.com
pointing to tiffany-resume.netlify.com
but this isn’t working.
Help? Thanks.