Skip to content

Commit

Permalink
fix: storybook static directory (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen authored May 7, 2024
1 parent 7f9fc26 commit 5317d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ module.exports = {
docs: {
autodocs: true,
},

staticDirs: [{ from: "../src/assets", to: "/assets" }],
};

0 comments on commit 5317d85

Please sign in to comment.