Skip to content

Commit

Permalink
Merge pull request #275 from patw0929/fix/deploy-public-path
Browse files Browse the repository at this point in the history
Fix: storybook's public path
  • Loading branch information
patw0929 committed Feb 12, 2019
2 parents a0f0f61 + 7ac33fa commit b01621f
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
loader: 'file-loader',
options: {
name: 'img/[name].[ext]',
publicPath: '/',
publicPath: './',
},
},
{
Expand Down
Loading

0 comments on commit b01621f

Please sign in to comment.