Skip to content

Commit

Permalink
Add a global config variable to storybook (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Jul 31, 2024
1 parent 8233e71 commit f1b4b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
href="https://fonts.googleapis.com/css?family=Lato:400,700"
rel="stylesheet"
/>

<script>
const config = {};
</script>

0 comments on commit f1b4b33

Please sign in to comment.