Skip to content

Commit

Permalink
fixed publicPath
Browse files Browse the repository at this point in the history
  • Loading branch information
obergad committed Jun 2, 2020
1 parent 9cd5de5 commit a8b9bee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ module.exports = {
]
}
]
},
publicPath: process.env.NODE_ENV === 'production'
? '/sustainability-kiosks/'
: '/'
}
}
},
publicPath: process.env.NODE_ENV === 'production'
? '/sustainability-kiosks/'
: '/'
}

0 comments on commit a8b9bee

Please sign in to comment.