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/f0afbd73463c13851b592d106284e44a23178e24/.storybook/main.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/.storybook/main.js

9 lines
324 B

module.exports = {
// uncomment the property below if you want to apply some webpack config globally
// webpackFinal: async (config, { configType }) => {
// // Make whatever fine-grained changes you need that should apply to all storybook configs
// // Return the altered config
// return config;
// },
};