I have a small problem. When I migrated a web from my local server to the remote one, I missed an error and it is still loading the old local address, even though I have already replaced all the links in the database through the well-known code of .. .. wp_posts set post_content = replace ... and the local domain is still appearing. Although the page works, the information is loaded without problems, but the styles and javascript files follow the old local domain.
What is it that I have not changed? I have made other migrations before and this never happened to me.