Skip to content

Commit db22690

Browse files
authored
fix(docs): fix styleguidist
1 parent 421506d commit db22690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = {
7373
</head>
7474
<body>
7575
<div id="rsg-root"></div>
76-
${generateJSReferences(js, publicPath)}
76+
${generateJSReferences({files: js, publicPath})}
7777
</body>
7878
</html>
7979
`

0 commit comments

Comments
 (0)