Skip to content

Commit

Permalink
remove needless slash
Browse files Browse the repository at this point in the history
  • Loading branch information
talyguryn committed Jan 13, 2021
1 parent a8fc82f commit 2d5605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
{
loader: MiniCssExtractPlugin.loader,
options: {
publicPath: '/',
publicPath: '',
},
},
'css-loader',
Expand Down

0 comments on commit 2d5605d

Please sign in to comment.