GitHub 页面加载资源失败

GitHub Pages Failed to load resource

我正在尝试在 GitHub 页面上使用 Bootstrap 4 托管一个 Angular 应用程序,在 https://ewoutg.github.io/ePortfolio/ 上使用 angular-cli-ghpages,但我 运行进入其中几个错误:

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

我确实有一个包含该资源的 Dist 文件夹:

我做错了什么?我该如何解决这个问题?

看来您的问题与区分大小写有关。尝试以下基本 href

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

这里是大写P