Skip to content

Commit

Permalink
refactor(.storybook): move public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hellstrand committed Sep 12, 2024
1 parent 0cdb99d commit 12d0268
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config: StorybookConfig = {
name: getAbsolutePath('@storybook/react-vite'),
options: {},
},
staticDirs: ['../public'],
staticDirs: ['./public'],
managerHead: head =>
`${head}<link rel="icon" type="image/x-icon" href="/favicon.ico">`,
};
Expand Down
File renamed without changes

0 comments on commit 12d0268

Please sign in to comment.