Skip to content

Commit

Permalink
[storybook] Fix Shared UI Dep paths (#112631)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall authored Sep 21, 2021
1 parent 1ecb42d commit b2bc5a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/kbn-storybook/templates/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@

<!-- Added for Kibana shared dependencies -->
<script>
window.__kbnPublicPath__ = { 'kbn-ui-shared-deps-npm': '.', 'kbn-ui-shared-deps-src': '.' };
window.__kbnPublicPath__ = { 'kbn-ui-shared-deps-npm': '', 'kbn-ui-shared-deps-src': '' };
</script>
<script src="kbn-ui-shared-deps-npm.@elastic.js"></script>
<script src="kbn-ui-shared-deps-npm.js"></script>
<script src="kbn-ui-shared-deps-npm.dll.js"></script>
<script src="kbn-ui-shared-deps-src.js"></script>
<link href="kbn-ui-shared-deps-npm.css" rel="stylesheet" />
<link href="kbn-ui-shared-deps-src.css" rel="stylesheet" />
<link id="eui-theme-css" href="kbn-ui-shared-deps-npm.v8.light.css" rel="stylesheet" />
<!-- -->

Expand Down

0 comments on commit b2bc5a5

Please sign in to comment.