diff --git a/.storybook/main.ts b/.storybook/main.ts index 8c3f5641..e2543b65 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -19,7 +19,7 @@ const config: StorybookConfig = { async viteFinal(config, { configType }) { if (configType === 'PRODUCTION') { - config.base = './lul' + config.base = '/nimbus-gui/' } return config