This is the GitHub repo for a react travel website I created using MaterialUI and react-router-dom. When I run the app on my local server, it runs just fine. However, when I deployed it to GitHub pages, I began to get some issues:
- On initial load, only the header and footer shows. The main section is absent.
- When I click on the homepage, the videos and pictures do not load.
- When I refresh the page, it returns a 404 error page.
What do I do?