I couldn't get a image showing up in ember cli. I tried to use the html img tag and made an exeption into my enviorement file.
contentSecurityPolicy: {
'img-src': "'self' * all"
}
<img src="/public/images/image.png">
And I'm getting the folling error message: Failed to load resource: the server responded with a status of 404 (Not Found)
What I'm doing wrong?
Aucun commentaire:
Enregistrer un commentaire