diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 18037957..4eb3c41e 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -17,7 +17,7 @@ const TerserWebpackPlugin = require('terser-webpack-plugin'); const paths = require("./paths"); const getClientEnvironment = require("./env"); -let publicPath = "/react/build/"; +let publicPath = "/build/"; const publicUrl = publicPath.slice(0, -1); // const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== "false";