Add additional assets to Storybook

This commit is contained in:
Gabe Kangas
2023-01-27 20:07:14 -08:00
parent 1054e4e4b1
commit f97c180c3d
32 changed files with 197 additions and 51 deletions

View File

@@ -48,5 +48,5 @@ module.exports = {
return config;
},
framework: '@storybook/react',
staticDirs: ['../public', '../../static'],
staticDirs: ['../public', '../../static', './story-assets'],
};