We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b3d3a commit d2ae686Copy full SHA for d2ae686
templates/app/.storybook/main.js
@@ -33,6 +33,7 @@ module.exports = {
33
...(resolve.alias || {}),
34
'@public': path.resolve(__dirname, '../public'),
35
'@docs': path.resolve(__dirname, '../docs/contentful'),
36
+ '/fonts': path.resolve(__dirname, '../public/fonts'),
37
};
38
config.plugins.push(
39
new CopyWebpackPlugin({
0 commit comments