Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/43f67ba832975d1f5f37f823f82b239fb10f3745?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
6 additions and
5 deletions
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Increased the height of the tabs on mobile
- Increased the height of the tabs on mobile
- Improved the language localization for German (`de`)
- Improved the language localization for German (`de`)
- Upgraded `ng-extract-i18n-merge` from version `2.8.3` to `2.9.0`
## 2.28.0 - 2023-12-02
## 2.28.0 - 2023-12-02
@ -113,7 +113,7 @@
"lodash" : "4.17.21" ,
"lodash" : "4.17.21" ,
"marked" : "4.2.12" ,
"marked" : "4.2.12" ,
"ms" : "3.0.0-canary.1" ,
"ms" : "3.0.0-canary.1" ,
"ng-extract-i18n-merge" : "2. 8.3 ",
"ng-extract-i18n-merge" : "2. 9.0 ",
"ngx-device-detector" : "5.0.1" ,
"ngx-device-detector" : "5.0.1" ,
"ngx-markdown" : "15.1.0" ,
"ngx-markdown" : "15.1.0" ,
"ngx-skeleton-loader" : "7.0.0" ,
"ngx-skeleton-loader" : "7.0.0" ,
@ -14416,10 +14416,10 @@ neo-async@^2.5.0, neo-async@^2.6.2:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
ng-extract-i18n-merge@2.8.3 :
ng-extract-i18n-merge@2.9.0 :
version "2.8.3 "
version "2.9.0 "
resolved "https://registry.yarnpkg.com/ng-extract-i18n-merge/-/ng-extract-i18n-merge-2.8.3.tgz#a092f7758df7c566df7a1d710dbc709c6a8f56d 1"
resolved "https://registry.yarnpkg.com/ng-extract-i18n-merge/-/ng-extract-i18n-merge-2.9.0.tgz#a487e3cec76a266c7bb61985de62f87828ee2e2 1"
integrity sha512-w6LdzpfjRBLpT7lnMEqduivjn6kg2oKDZBL6P9W5GKRZ4bgmFthAmwN1lvWrzkwcPHPARJR+qC4DBRVsv4vmk g==
integrity sha512-xKdkegJcJCzbvsy07IaSxz2AmkHdF3l0UR5mLr5CHai2g1VHD0xhoHPk/6kFFDNJ42fQT8EybPH/YcqZUt2iQ g==
dependencies:
dependencies:
"@angular-devkit/architect" "^0.1301.0 || ^0.1401.0 || ^0.1501.0 || ^0.1601.0 || ^0.1700.0"
"@angular-devkit/architect" "^0.1301.0 || ^0.1401.0 || ^0.1501.0 || ^0.1601.0 || ^0.1700.0"
"@angular-devkit/core" "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
"@angular-devkit/core" "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"