Merge pull request #775 from umbraco/feature/storybook-uui-ref

add uui as ref to storybook
This commit is contained in:
Jacob Overgaard
2023-06-13 10:13:21 +02:00
committed by GitHub

View File

@@ -36,5 +36,11 @@ const config: StorybookConfig = {
];
return configType === 'PRODUCTION' ? `${injections.join('')}${head}` : head;
},
refs: {
uui: {
title: 'Umbraco UI Library (1.3.0)',
url: 'https://e662ac3--62189360eeb21b003ab2f4ad.chromatic.com/',
},
},
};
export default config;