debug(ci): add bogus base path to storybook config

This commit is contained in:
Rickard Andersson 2023-08-21 16:50:03 +03:00
parent a9546b4a25
commit 254fc66e68
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const config: StorybookConfig = {
async viteFinal(config, { configType }) {
if (configType === 'PRODUCTION') {
config.base = './'
config.base = './lul'
}
return config