I'm experiencing an issue with a discrepancy between my local Jekyll serve and the actual output of my website.
In the first picture, the favicon is not displaying properly on the site.
However, in the second picture from my local Jekyll serve, the favicon shows up correctly.
I have already attempted to follow advice from another source by making changes to my _config.yml file as per the instructions provided:
The suggestion was to adjust this code:
url: "http://flash-kim142.github.io"
to
url: "https://flash-kim142.github.io"
Currently, my favicon.png
is located at
/Desktop/Documents/Github/My Blog/assets
Should I relocate this file or try something else to resolve this issue?