I created a Master Page that includes an image from a directory where images are stored on my site. The path to that image is a relative one.
I created a new webpage from that Master Page. As soon as I saved this new webpage in the folder I needed it to be in on my site that image disappeared because the relative path to that image was not updated when saved. This path remained the same as it is in master page file, and so is broken in the new webpage due to its different location.
I have a similar issue with images in components. As soon as I drag my component into a page, the paths to the images remain as they are in the component file, and so are broken in the page they are used in.
Does Pinegrow have a feature that will automatically update these relative paths? If so, how is it put in effect? If not, what is the best way to manage these paths in master pages?