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

View File

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