web/vue.config.js

4 lines
79 B
JavaScript

module.exports = {
publicPath: '/music/',
productionSourceMap: false
};