How to load a favicon with Meteor

前端 未结 3 2034
予麋鹿
予麋鹿 2020-12-14 17:24

I\'m trying to figure out how to add a favicon to my meteor app. Per the docs I should put it in the /public directory, but there isn\'t really much more info t

3条回答
  •  攒了一身酷
    2020-12-14 17:52

    It should work. Probably either an issue with the path or caching on localhost.

    Here's how the favicon should be linked:

    
    

    (Note: the / in the beginning; its important!)

提交回复
热议问题