Under my account I have two websites.
The master website is https://gallerygallery.space (Netlify sitename gallery-gallery).
DNS is set up on Netlify DNS.
Now I have created a second website top-84-ways.netlify.app.
I want to add this site as a subdomain to the “master” site’s apex domain.
Following the instructions here I have set up a CNAME record with name top-84-ways and value top-84-ways.netlify.app.
This has been more than 24hrs ago.
Now, when I ping to top-84-ways.gallerygallery.space, I do get this:
ping top-84-ways.gallerygallery.space
PING top-84-ways.netlify.app (142.93.108.123): 56 data bytes
But when I load top-84-ways.gallerygallery.space in the browser, I get a “Not Found” message.
Going directly to top-84-ways.netlify.app does load the page.
What is missing?