My app works fine in development (images show), but when deploying to Heroku they mysteriously disappear.
The code is
<img src="@routes.Assets.at("images/myImage.png")"" />
Is Heroku messing this up or am I missing something?
My app works fine in development (images show), but when deploying to Heroku they mysteriously disappear.
The code is
<img src="@routes.Assets.at("images/myImage.png")"" />
Is Heroku messing this up or am I missing something?
Make sure your project's public
directory is in your git repo.