Skip to content

Commit

Permalink
webpack: use relative path for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Aug 31, 2021
1 parent 4148ce6 commit abd37ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {

// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: './',
proxyTable: {
"/upload/*":{
target:"http://localhost:8001/upload",
Expand Down

0 comments on commit abd37ec

Please sign in to comment.