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/b4bc72c6f9030acd8830117e930b6a2f757fa87d/.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;
// },
};