md/vue.config.js

5 lines
69 B
JavaScript
Raw Normal View History

2020-05-02 19:25:38 +08:00
module.exports = {
2020-10-20 19:43:11 +08:00
outputDir: "dist",
publicPath: "/md/",
};