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

12 lines
382 B

module.exports = {
stories: [],
addons: ['@storybook/addon-essentials']
// 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;
// },
};