How to change a website domain name on Netlify which is using Cecil?

52 views Asked by At

I have deployed a website on Netlify from here: https://the-butler.cecil.app/about/ When I changed the subdomain, the website lost all formatting and became a plain HTML. After inspecting the website I found that there were multiple instances where the previous domain is mentioned which obviously does not exist now.

1

There are 1 answers

0
Luke Storry On

Edit your sourcecode to update those instances that mention the previous domain, to look at the new domain, or ideally to be a relative url, as then it will always look at the current site.

I suspect that the reason it looks like plain HTML is that you have lost access to your CSS stylesheets, so look into updating those links first.