Skip to content

Commit

Permalink
change build arg from publicPath to assetsDir
Browse files Browse the repository at this point in the history
  • Loading branch information
ajat.prabha committed Aug 15, 2020
1 parent 07808e5 commit 6d884ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = {
lintGQL: true
}
},
publicPath: "/static/"
assetsDir: "static"
};

0 comments on commit 6d884ef

Please sign in to comment.