Hi all.
I am wondering if there is an easy way to configure middleman to build image links prefixed with a non /
path. Say I have an S3 bucket or something, I’d like
![img](filename.jpg)
to end up as
http://pathto.com/s3/bucket/bunchanumbers/filename.jpg
not
http://mymiddlemansite.com/http://pathto.com/s3/bucket/bunchanumbers/filename.jpg
which is what I get if I set images_dir
to my external url.
I feel like there is either an easy way to do this that I’m missing or it’s not supported. Haven’t had much luck in the docs. Thank you!