当我尝试在 github 页面上访问我的 Angular 网站时,会发生奇怪的行为。打开页面后,网址会更改。通过这个 url 检查它。https://youssefsharief.github.io/youtube-trending-videos-per-country-app/
预期的网址是https://youssefsharief.github.io/youtube-trending-videos-per-country-app/
当页面加载时,此 url 将转换为https://youssefsharief.github.io/ 。这个应用程序是由 angular-cli 搭建的。请注意,这是我的构建命令
"build": "ng build --prod --base-href youtube-trending-videos-per-country-app --output-path docs"