Change default STATIC_URL value
This commit is contained in:
parent
1db8ae0d01
commit
b623a6ec99
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue