Skip to content

Commit 8f38895

Browse files
committed
fix stylesheet path in github page
1 parent 88a2d2e commit 8f38895

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.storybook/head.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<script>
22
(function() {
33
var stylesheetUrl =
4-
(/\.sbook\.io$/.test(location.hostname) ? "//mashmatrix.github.io/react-lightning-design-system" : "") +
4+
(/\.sbook\.io$/.test(location.hostname) ? "//mashmatrix.github.io/react-lightning-design-system" :
5+
location.hostname === "mashmatrix.github.io" ? "/react-lightning-design-system" :
6+
"") +
57
"/assets/styles/salesforce-lightning-design-system.min.css";
68
var link = document.createElement('link');
79
link.href = stylesheetUrl;

0 commit comments

Comments
 (0)