Where do I put my favicon with Hugo

前端 未结 3 1016
时光说笑
时光说笑 2021-02-04 23:55

I am using Hugo to generate a static site. Where should I put my favicon.ico file?

3条回答
  •  忘了有多久
    2021-02-05 00:30

    Putting your favicons in static folder is right. It will be published to public folder once the page is built.

    However, using absolute CDN (e.g.: Dropbox) services could be better for page performance.

提交回复
热议问题