diff --git a/vue.config.js b/vue.config.js index 823ea01f3..333e791f8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,3 @@ module.exports = { - publicPath: '/primevue' + publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/' } \ No newline at end of file