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/606f6159c424ba70f09e8b54a0ec57ae7929c3d7/.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": ["../**/*"]
}