diff --git a/CHANGELOG.md b/CHANGELOG.md index 721281c05..d0dd84a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed the missing values in the holdings table +- Fixed the `no such file or directory` error caused by the missing `favicon.ico` file ## 1.292.0 - 2023-07-24 diff --git a/apps/client/project.json b/apps/client/project.json index a4c8830a7..df369a298 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -29,6 +29,11 @@ "input": "", "output": "./../assets" }, + { + "glob": "favicon.ico", + "input": "apps/client/src/assets", + "output": "./../" + }, { "glob": "LICENSE", "input": "",