i have a problem that the images are loaded normally while im building something with HTML and CSS, but when I make a repo on GitHub and make a live url the images are not loading in this live url. I have faced this problem multiple of times till now, and i still have no idea where is the issue.enter image description here
Asked
Active
Viewed 43 times
0
-
If you use relative urls, you should set [
](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base). That would explain the difference in behavior. – Juho Vepsäläinen Aug 19 '22 at 19:56 -
1Does this answer your question? [Images not displaying in Github Pages?](https://stackoverflow.com/questions/41468951/images-not-displaying-in-github-pages) – PeterJames Aug 21 '22 at 03:39