I tried to build and deploy angular-tou-of-heroes application to github, but always got duplicate app name in the path. Could anybody help me with this issue?
My build command is ng build --prod --output-path docs --base-href angular-tour-of-heroes I deployed from Github /doc directory. When click the link, it keep redirect to the flowing path, which has two tour-of-heroes in it https://frankxiao008.github.io/angular-tour-of-heroes/angular-tour-of-heroes/
Here is my Github repository link for my code. https://github.com/frankxiao008/angular-tour-of-heroes
I followed this instruction enter image description here