Search code examples
javascripthtmlcssgithub-pagesnetlify

CSS and JS are not loading when i deploy the site on github, netlify


https://github.com/MadhavaY/RandomQuotesGenerator here is the link to the repository. HTML is loading but css and js are not. Link to the website https://madhavay.github.io/RandomQuotesGenerator/. I saw other answers too but i could not get where am i going wrong.


Solution

  • Hello madhava I reviewed your project and found out that you are still using your local paths to link your css and javascript

        <link rel='stylesheet' type='css' media='screen' href='/All Projects/randomqotesproject/randomquotes.css'>
    

    just change /All Projects/randomqotesproject/randomquotes.css to ./randomquotes.css