I have tried multiple file paths in my HTML head to get the CSS to load in GitHub pages but it won't. It loads locally but not on pages.
I tried
<link rel="stylesheet" type="text/css" href="css/components/style.css">
<link rel="stylesheet" type="text/css" href="/css/components/style.css">
<link rel="stylesheet" href="css/components/style.css">
<link rel="stylesheet" href="/css/components/style.css">
None work, any help would be amazing
I tried changing the file name multiple times expecting the gh pages css to load it did not
./at the start?