From d586a2abe52f0efb2a1c158019595cf27be21cc1 Mon Sep 17 00:00:00 2001 From: dhcdata Date: Fri, 6 Jan 2017 04:47:36 -0600 Subject: [PATCH] Add documentation on how to use a custom domain --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f387c805f9be..8393f34ad12b 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,11 @@ ng github-pages:deploy --user-page --message "Optional commit message" This command pushes the app to the `master` branch on the github repo instead of pushing to `gh-pages`, since user and organization pages require this. +#### Custom Domain + +```bash +--baseHref 'http://my.custom.domain/' +``` ### Linting and formatting code