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/06d5ec9182e0827ee51e74e9f4e430a7f38a5174/.storybook/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/.storybook/tsconfig.json

11 lines
180 B

{
"extends": "../tsconfig.base.json",
"exclude": [
"../**/*.spec.js",
"../**/*.spec.ts",
"../**/*.spec.tsx",
"../**/*.spec.jsx"
],
"include": ["../**/*"]
}