Skip to content

Commit

Permalink
Add assets dir for storybook (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Sep 26, 2024
1 parent 09d3c03 commit 2dc89d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ const config: StorybookConfig = {
.default as ElectronViteConfig;
return mergeConfig(config, electronViteConfig.renderer as UserConfig);
},

staticDirs: ["../assets"],
};
export default config;
Empty file removed assets/.nojekyll
Empty file.

0 comments on commit 2dc89d8

Please sign in to comment.