Angular 2 CLI - Deployment to github user page shows readme page
问题 I have deployed my angular 2 project to my github user page via angular CLI. I tried out the steps from official angular 2 cli page. However when I try to access the github url it shows the contents of readme file. Both the user page and user-page/baseUrl does the same. I have used routing which works in the local environment. I’m not sure if I should modify the production environment variables or baseUrl. Link to the repository: https://github.com/nirmalks/nirmalks.github.io 回答1: You should