'Website not displaying properly after publishing to GitHub pages

I made changes to a forked repository and served the website successfully on my desktop. However, after publishing the repository to GitHub pages, the website is not displaying properly. I followed the steps in the GitHub pages documentation.

https://github.com/aolayeye/aolayeye.github.io

Website not displaying properly:

website not displaying properly

Website on local:



Solution 1:[1]

This not a simple html pages website, Your app is not detected by git hub. So only your index.html file is displayed.

Git hub servers are bit slower, So may be your static files are not displayed.

Suggestions - Use vercel.com for fast deployment and it's also beginners friendly.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 yashav Kumar