I have a domain purchased on godaddy that I’m using in netlify to host a site under this subdomain: app.dwelller.com
.
I’d like to add an alias so that both www.dwelller.com
and dwelller.com
are simple proxies that render the page defined at app.dwelller.com/landing
? Would this be via a CNAME record in godaddy?
Is this an antipattern? If not, what’s the best way to go about doing this? If so, what is a better approach here?