Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/44058b2d7a8b345709200e30939ffd682b2d5018/.prettierrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/.prettierrc

9 lines
133 B

4 years ago
{
"endOfLine": "auto",
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}