meteor app: images not loading

前端 未结 5 993
醉话见心
醉话见心 2020-12-16 22:50

I\'m making a simple chat app with meteor. My HTML is:


    

tomomi-chat

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 23:21

    Put assets in PROJECT/public folder and when you specify link in tag, just use "xyz.jpg".

    Thats it! The URL does not include /public folder in it. It is very very taken correctly by meteor framework.

    CORRECT -> "xyz.jpg"

    INCORRECT -> "/public/xyz.jpg"

提交回复
热议问题