Closed
Description
- OS: Ubuntu (15.10)
- Versions: 1.0.0-beta.10
- Repro steps:
ng new app-name
git add --all
git remote add origin https://github.com/USERNAME/PROJECT_NAME.git
git commit -m "message"
git push origin master
ng github-pages:deploy - The app is deployed at https://username.github.io/app-name but I wish to deploy this app with a custom domain name. On the custom domain name, it is just showing "Loading...".
I tried adding a CNAME file as well as setting the custom domain in the github repo settings.
Thanks!