0

I am using set :relative_links, true for my Middleman project. This works for image_tag and link_to, but how can I create a relative link to a static asset like a video in a /videos directory?

Thanks!

Matt Fordham
  • 3,147
  • 10
  • 34
  • 51

1 Answers1

1

check this I think this is what you need

https://github.com/middleman/middleman/issues/245

Pritesh Jain
  • 9,106
  • 4
  • 37
  • 51