I am trying to host an Angular application with Bootstrap 4 on GitHub Pages with angular-cli-ghpages
at https://ewoutg.github.io/ePortfolio/ but I run into several of these errors:
Failed to load resource: styles.05418b2b9d65514cb185.bundle.css the server responded with a status of 404 (Not Found)`
I do have a Dist folder with that resource in:
What am I doing wrong? How can I fix this?
Seems your problem is related with case sensitivity. Try the following base href
<base href="https://ewoutg.github.io/ePortfolio/">
Here is used capital P
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With