Bugfix/fix no such file or directory error caused by missing favicon.ico (#2185)

* Add instructions to copy favicon.ico

* Update changelog
pull/2186/head
Thomas Kaul 11 months ago committed by GitHub
parent 77e9791e03
commit fb1a5c93ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -29,6 +29,11 @@
"input": "",
"output": "./../assets"
},
{
"glob": "favicon.ico",
"input": "apps/client/src/assets",
"output": "./../"
},
{
"glob": "LICENSE",
"input": "",

Loading…
Cancel
Save