You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## About the 404 page (specific to github pages only)
137
137
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.
0 commit comments