Skip to content

Commit d2ae686

Browse files
committed
fix(Storybook): Add font alias
1 parent 19b3d3a commit d2ae686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/app/.storybook/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
...(resolve.alias || {}),
3434
'@public': path.resolve(__dirname, '../public'),
3535
'@docs': path.resolve(__dirname, '../docs/contentful'),
36+
'/fonts': path.resolve(__dirname, '../public/fonts'),
3637
};
3738
config.plugins.push(
3839
new CopyWebpackPlugin({

0 commit comments

Comments
 (0)