md/vue.config.js
2020-05-02 19:25:38 +08:00

4 lines
66 B
JavaScript

module.exports = {
outputDir: 'dist',
publicPath: '/md/'
}