diff --git a/webpack.config.js b/webpack.config.js index 462f5cbd1..c49817f26 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,7 @@ module.exports = (env, argv) => { let output; if (!devMode) { - const publicPath = process.env.STATIC_URL || "/static/"; + const publicPath = process.env.STATIC_URL || "/"; output = { path: resolve(dashboardBuildPath), filename: "[name].[chunkhash].js",