Update vue.config.js

Changed beta directory
This commit is contained in:
Kamil Niemczycki 2021-08-30 23:07:51 +02:00
parent 109573fb8e
commit c6d21ac94a

View File

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