Skip to content

Commit

Permalink
fix: serve the fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Averethel committed Nov 14, 2024
1 parent 6301664 commit 648fb77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ const config: StorybookConfig = {
typescript: {
reactDocgen: 'react-docgen-typescript',
},
staticDirs: [
{
from: '../src/assets',
to: 'assets',
},
],
webpackFinal: async (webpack) => {
webpack.resolve = webpack.resolve || {};
webpack.resolve.plugins = webpack.resolve.plugins || [];
Expand Down

0 comments on commit 648fb77

Please sign in to comment.