What is the correct way to connect a Heroku app with a custom domain?
This is how I did it in the past:
Point Godaddy\'s DNS to heroku\'s provided t
Heroku domains:add www.yourwebsite.com --app
This is the best way to do it as it needs to know which specific app to point to.