Skip to content

Commit

Permalink
Set prod path
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 29, 2020
1 parent 79d94c4 commit 036a3b8
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
@@ -1,5 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '/primevue/showcase/' : '/',
publicPath: process.env.NODE_ENV === 'production' ? '/primevue/showcase-v2/' : '/',
productionSourceMap: false,
configureWebpack: {
output: {
Expand Down

0 comments on commit 036a3b8

Please sign in to comment.