We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe2b4 commit 20bb43aCopy full SHA for 20bb43a
README.md
@@ -132,7 +132,7 @@ ng deploy --repo=https://github.com/<username>/<repositoryname>.git --name="Your
132
* Default: `undefined` (string)
133
* Example:
134
* `ng deploy` – The tag `<base href="/">` remains unchanged in your `index.html`
135
- * `ng deploy --base-href=/the-repositoryname/` – Tha tag `<base href="/the-repositoryname/">` is added to your `index.html`
+ * `ng deploy --base-href=/the-repositoryname/` – The tag `<base href="/the-repositoryname/">` is added to your `index.html`
136
137
Specifies the base URL for the application being built.
138
Same as `ng build --base-href=/XXX/`
0 commit comments