Struggling to apply my CSS to my gh-pages, I feel like I'm stuck in a loop.
Here's how it was originally set up:
<link rel="stylesheet" type="text/css" href="css/style.production.css">
(the CSS is in a folder called CSS just inside the root)
I've tried a few things:
<link rel="stylesheet" type="text/css" href="./css/style.production.css">
I even attempted moving the CSS to the root:
<link rel="stylesheet" type="text/css" href="style.production.css">
Lastly, I switched to using my main CSS file instead of the one mentioned above. No success.
All my changes were made in the main branch, pushed, and merged with gh-pages. Can't seem to figure out where I'm going wrong, still getting the hang of this! n_n
View my portfolio website here Check out my GitHub repository here