Media Linking url with dev sites
I build some of my websites out in a dev url. I am running into an issue when I move it onto the regular domain name with the regular link url.
How would I change the link that is being pulled when I put an image or something like that in the be builder.
Right now it would pull:
https://3f4ac55938.nxcli.io/wp-content/uploads/2026/01/nysum-welcome-video-image.jpg#135
When I transfer the site to go live it should be:
https://nysum.org/wp-content/uploads/2026/01/nysum-welcome-video-image.jpg#135
But its keeps the dev url and the images become broken is there a way when I put something from the media into the builder that it only puts the url from the /wp-content/ and omits the main www.name.com?
So the url that goes there is just:
/wp-content/uploads/2026/01/nysum-welcome-video-image.jpg#135
Comments
Here is the spot I am talking about.