Browse Source
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
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/project.json
|
|
@ -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": "", |
|
|
|