The favicon isn't showing up in my site. I tried a bunch of different combinations locally but nothing seems to work for me, including hard coding the favicon path. For baseurl, I have tried the following:
baseurl: ""baseurl:baseurl: /
None of these worked. The favicon is still always missing. However, I was able to get the favicon to show up by doing the following:
The favicon isn't showing up in my site. I tried a bunch of different combinations locally but nothing seems to work for me, including hard coding the favicon path. For baseurl, I have tried the following:
baseurl: ""
baseurl:
baseurl: /
None of these worked. The favicon is still always missing. However, I was able to get the favicon to show up by doing the following:
baseurl: /blog
but that results in a 404 page.