We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883e4fb commit 88a2d2eCopy full SHA for 88a2d2e
.storybook/config.js
@@ -12,6 +12,8 @@ if (/\.sbook\.io/.test(location.hostname)) {
12
// As SVG doesn't allow the use of cross-domain external resources (even CORS header is set in resource server)
13
// forcedly use svg4everybody polyfill
14
svg4everybody({ polyfill: true });
15
+} else if (location.hostname === 'mashmatrix.github.io') {
16
+ setAssetRoot('/react-lightning-design-system/assets');
17
}
18
19
configure(() => {
0 commit comments