How to make the domain name unchangeable?

When I set my own domain in Netlify with GoDaddy, everything is working fantastic but when I update the code again, the domain is gone and I need to link it again and go through all of the previous steps.

How can I prevent this from happening?

@ouafiabdelhakim58 I suspect you’re using “Drag & Drop” deployments and you keep making new sites.

Instead of making a new site, you should be navigating to the “Deploys” page of the existing site, for example https://app.netlify.com/sites/{site-name-here}/deploys and then doing the “Drag & Drop” there to “update the site”.

1 Like