Change default STATIC_URL value

This commit is contained in:
Marcin Gębala 2019-08-13 12:48:02 +02:00
parent 1db8ae0d01
commit b623a6ec99

View file

@ -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",