debug(ci): add `nimbus-gui` base URL

This commit is contained in:
Rickard Andersson 2023-08-21 16:57:51 +03:00
parent 254fc66e68
commit 8a322bf241
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 = './lul'
config.base = '/nimbus-gui/'
}
return config