I have a customized bootstrap site that I click on github pages. Locally, it works very well, no problem at all, but when it’s online, the style is dirty and these messages appear on the console:
Failed to load resource: the server responded with a status of 404 (Not Found) https://nickname.imtqy.com/repo/vendor/font-awesome/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
in my code, css is declared as follows:
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
why does it work locally and not remotely?
source share