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

17 lines
317 B

{
"extends": "../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts"],
"include": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.js",
"../src/**/*.stories.jsx",
"../src/**/*.stories.ts",
"../src/**/*.stories.tsx",
"*.js"
]
}