mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 01:09:49 +00:00
debug(ci): add bogus base path to storybook config
This commit is contained in:
parent
a9546b4a25
commit
254fc66e68
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user