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/de83dc7b842e858ba17fdb9d0ec83ed882d1b782/.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
}