Files
crawlab/frontend/vue.config.js
2019-11-27 10:05:46 +08:00

5 lines
122 B
JavaScript

module.exports = {
publicPath: process.env.BASE_URL || '/'
// TODO: need to configure output static files with hash
}