Closed rschubkegel closed 7 months ago
Currently, image requests are made to https://dev.21ctownball.com/public/content/<file.jpg> but should be https://dev.21ctownball.com/content/<file.jpg> (remove public/ from path).
https://dev.21ctownball.com/public/content/<file.jpg>
https://dev.21ctownball.com/content/<file.jpg>
public/
Currently, image requests are made to
https://dev.21ctownball.com/public/content/<file.jpg>
but should behttps://dev.21ctownball.com/content/<file.jpg>
(removepublic/
from path).