mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
FIX
This commit is contained in:
parent
29d251aa01
commit
96007ba53b
@ -60,8 +60,8 @@ async function getManagerWebpackConfig(options, presets) {
|
||||
|
||||
if (autoRefs && autoRefs.length) {
|
||||
autoRefs.forEach(({ id, url, title }) => {
|
||||
refs[id.toLowercase()] = {
|
||||
id: id.toLowercase(),
|
||||
refs[id.toLowerCase()] = {
|
||||
id: id.toLowerCase(),
|
||||
url: stripTrailingSlash(url),
|
||||
title,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user