diff --git a/webpack.config.js b/webpack.config.js index 569034f..b1aa53d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,7 +7,7 @@ module.exports = { output: { path: path.resolve(__dirname, './dist'), filename: 'bundle.js', - publicPath: './', + publicPath: '/', clean: true, }, module: {