Skip to content

Commit

Permalink
fix: storybook build error
Browse files Browse the repository at this point in the history
  • Loading branch information
seongbin9786 committed Apr 30, 2024
1 parent 8eebf6a commit 1452a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ yarn-error.log*
# Sentry Config File
.sentryclirc

*storybook.log
# Storybook
*storybook.log
storybook-static
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ const config: StorybookConfig = {
docs: {
autodocs: "tag",
},
staticDirs: ["..\\public"],
staticDirs: ["../public"],
};
export default config;

0 comments on commit 1452a84

Please sign in to comment.