Fixed build path
parent
b0ee789fab
commit
bc379c2d1a
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
publicPath: '/primevue'
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/'
|
||||
}
|
Loading…
Reference in New Issue