Fixed build path

pull/12/head
cagataycivici 2019-05-23 17:35:36 +03:00
parent b0ee789fab
commit bc379c2d1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
module.exports = {
publicPath: '/primevue'
publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/'
}