Search code examples
htmlcssgithubgithub-pages

Github pages not showing change on site


My GitHub repository shows all my changes up-to-date: https://github.com/solankivj94/portfolio

That means I have uploaded the css changes and images.

But the background image is not showing here: https://solankivj94.github.io/portfolio/

Why?


Solution

  • As mentioned here:

    Using / makes the URL “root-relative”, which is https://solankivj94.github.io instead of the expected https://solankivj94.github.io/portfolio/.

    So you need to use a relative path, like ../css.