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

9 lines
133 B

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