I've seen this question come up a lot;
<img src="img/myimage.png">
tag but no image shows!Put the content in a folder named "public" in your project root.
Explanation
In Meteor, you can host "standard" web content by creating a "public" directory in the root of your project. Any images, files, or data you place in this folder will be served as normal by the NodeJS server, as if they were in the root of the server.
Example
<img src="/test/img.png"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With