Hi, For a while now, I've been happily including images in my pages like so:
<img src="${context:images/blah.jpg}"> This has worked quite well, but when I view the image in my browser, I'm taken to /[project name]/assets/ctx/1.0-SNAPSHOT/images/blah.jpg. I've read that this is to aid the browser in aggressive caching, but is there anyway I can strip the /assets/ctx/[project version] bit out of the URLs regardless? Thanks, John