So, is this how example.hashnode.dev works?
Basically, I can point my CNAME to example.hashnode.dev and it should work?
Ashish Kumar Sahoo Our use case is a bit complex. We need to serve these custom domains over SSL from edge locations. But if we didn't have to enforce SSL, that would have worked. You could simply add a CNAME with value liveashish.hashnode.dev and that would work. Unfortunately, CDN and SSL are a must in a real world scenario and you need to do a bit more work to accommodate that. sandeep.dev/how-we-generate-and-renew-ssl-certs-f…
Sandeep Panda
co-founder, Hashnode
You just ask your users to point to your IP or load balancer where you can read the hostname and serve appropriate content.