diff --git a/webpack.config.js b/webpack.config.js index 80801ca36..01bd4e0f9 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",