diff --git a/webpack.config.js b/webpack.config.js index 2383d3e..2531dd5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -12,7 +12,7 @@ module.exports = { filename: "[name].js", chunkFilename: "[name].chunk.js", path: path.resolve(__dirname, "dist"), - publicPath: "/", + publicPath: `${PREFIX}/`, }, plugins: [ new HtmlWebpackPlugin({