We are moving our Ghost set up from a subdomain to a subdirectory. This seemed pretty easy as just updating the config.production.json for the new URL of the blog.
However the existing images in the articles are now broken.
How can I programmatically update the /content/images/ path to its correct location in the stories?
Is there a way to rebuild or migrate the articles/stories so that we can do it with the ghost cli? We have a couple 100s of these to work through for example.