GitHub Pages Failed to load resource

I'm trying to host an Angular app with Bootstrap 4 on the GitHub pages angular-cli-ghpages

at https://ewoutg.github.io/ePortfolio/ , but I'm running into a few of these errors:

Failed to load resource: styles.05418b2b9d65514cb185.bundle.css the server responded with a status of 404 (Not Found)`

      

I have a Dist folder with this resource in:

screenshot of folder structure

What am I doing wrong? How can I fix this?

+3


source to share


1 answer


Your problem seems to be with case sensitivity. Try the following base href

<base href="https://ewoutg.github.io/ePortfolio/">

      



Capital used here P

+2


source







All Articles