Skip to content

Commit dd83a8f

Browse files
Update README.md
1 parent 4a4e88c commit dd83a8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ angular-cli-ghpages --repo=https://[email protected]/organisation/your-repo.gi
135135

136136
## About the 404 page (specific to github pages only)
137137

138-
The old `github-pages:deploy` command created a `404.html` in the `dist` folder.
139-
This was required to fully support the router [`PathLocationStrategy`](https://angular.io/docs/ts/latest/api/common/index/PathLocationStrategy-class.html). Right now you have to copy `index.html` to `404.html` on your own. Please submit an [issue](https://github.com/angular-buch/angular-cli-ghpages/issues) if you really want this feature back.
138+
The old `github-pages:deploy` command created a `404.html` file in the `dist` folder.
139+
This was required to fully support the router [`PathLocationStrategy`](https://angular.io/docs/ts/latest/api/common/index/PathLocationStrategy-class.html).
140+
Right now you have to copy `index.html` to `404.html` on your own.
141+
Please submit an [issue](https://github.com/angular-buch/angular-cli-ghpages/issues) if you really want this feature back.
140142

141143
Example:
142144
```sh

0 commit comments

Comments
 (0)