Created
January 16, 2019 08:29
-
-
Save shhdharmen/82b2216ede79770d1f165cbe26033daf to your computer and use it in GitHub Desktop.
Modifications needed for Angular Routing to work in GH-Pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
script: | |
- ... | |
- yarn build --base-href /my-awesome-project/ | |
- mv dist/index.html dist/404.html | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment