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/373201a98f22e845d8096d11be60a77fb395322a/.prettierrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/.prettierrc

19 lines
398 B

4 years ago
{
"attributeGroups": [
"$ANGULAR_ELEMENT_REF",
"$ANGULAR_STRUCTURAL_DIRECTIVE",
"$DEFAULT",
"$ANGULAR_INPUT",
"$ANGULAR_TWO_WAY_BINDING",
"$ANGULAR_OUTPUT"
],
"attributeSort": "ASC",
4 years ago
"endOfLine": "auto",
"plugins": ["prettier-plugin-organize-attributes"],
4 years ago
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}