I’m looking for a little high-level advice. I have an existing image structure that’s mostly flat, which is located at /images
.
I know that in Kirby, you would typically put images in the folder of the page they go with, or perhaps under the assets
folder for global-use images.
My dilemma is that I have a bunch of img
src
s in articles that I would rather not have to change (I’m trying to maintain URL longevity). On the other hand, I’m missing out on Kirby features aren’t I? It would be cool to use the panel for image management. And access template helpers for displaying images. But that doesn’t work with my existing structure does it?
What would you guys do in this situation? Move the images to Kirby’s preferred structure and use redirects for the old URLs? Or can I configure Kirby to use my existing structure? Am I just overthinking it? #confused