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 d22733e commit e61cf2bCopy full SHA for e61cf2b
.storybook/main.js
@@ -2,7 +2,7 @@ const react = require("@vitejs/plugin-react");
2
3
module.exports = {
4
stories: ["../stories/Start.stories.mdx", "../stories/**/*.stories.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"],
5
- staticDirs: [{ from: '../res', to: '/res'}],
+ staticDirs: [{ from: '../res', to: '/res'}, { from: '../docs', to: '/docs'}],
6
addons: [{
7
name: '@storybook/addon-docs',
8
options: {
0 commit comments