Skip to content

Commit

Permalink
fix: fix storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
sashtje committed Sep 1, 2023
1 parent c6ea568 commit b465990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/storybook/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default ({ config }: {config: webpack.Configuration}) => {

config.plugins!.push(new DefinePlugin({
__IS_DEV__: true,
__API__: JSON.stringify('http://localhost:8000'),
__API__: JSON.stringify(''),
__PROJECT__: JSON.stringify('storybook'),
}));

Expand Down

0 comments on commit b465990

Please sign in to comment.