diff --git a/CHANGELOG.md b/CHANGELOG.md index 23abb0b22..0948272ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +### Fixed +- `core` Fixed an issue where an unwanted 404 was shown when the styleguide was reloaded on GitHub pages. + ## [1.0.5] - 2018-11-13 diff --git a/angular.json b/angular.json index c50fdb1bc..8c86b737e 100644 --- a/angular.json +++ b/angular.json @@ -20,7 +20,8 @@ "tsConfig": "styleguide/tsconfig.app.json", "assets": [ "styleguide/favicon.ico", - "styleguide/assets" + "styleguide/assets", + "styleguide/404.html" ], "styles": [ "styleguide/styles.scss", @@ -87,7 +88,8 @@ "scripts": [], "assets": [ "styleguide/favicon.ico", - "styleguide/assets" + "styleguide/assets", + "styleguide/404.html" ] } }, diff --git a/styleguide/404.html b/styleguide/404.html new file mode 100644 index 000000000..d6b3996a6 --- /dev/null +++ b/styleguide/404.html @@ -0,0 +1,23 @@ + + +
+ +