ref: github: https://github.com/GetPublii/Publii/issues/1172
i want to move all images from all the subfolders of /input/media/posts/ to a common folder (equivalent to /uploads/ in WP)
i can find/replace the paths in the database, but i’m not sure how best to go about this – for example there’s a posts table and a post_images table
…or can this be done without editing the db?
what’s the best way to accomplish this?