i have built my middleman protect and all the asset links to the css, js and images are broken
this is the code for an image
<%= image_tag "pillar-box-lettings-logo.svg" %>
and the html it creates is
<img src="/images/pillar-box-lettings-logo.svg" alt="Pillar box lettings logo">
however on my site when i upload the files the image does not show, but if you remove the first “/” it does.
so how can i fix this as the image tag and stylesheet links are default in middleman when you create a new project.