如果我将githubpages存储库设置为<username>.github.io,根目录中的所有内容都会显示在<username>.github.io上- not follow the repository naming scheme <username>.github.ioor <orgname>.<em
我有一个角度应用程序部署到GitHub页面在<user>.github.io (与匹配的回购名称)作为我的投资组合网站。我在<user>.github.io/<project>上部署了另一个Angular应用程序,并正确设置了基本href。但是,当我试图访问项目页面时,我会被重定向到portfolio页面,包括URL中的更改。 path: '',
c