1
0
mirror of https://github.com/TwiN/gatus.git synced 2025-02-25 14:42:28 +01:00
gatus/web/app/vue.config.js
2021-01-31 05:49:01 -05:00

6 lines
116 B
JavaScript

module.exports = {
filenameHashing: false,
productionSourceMap: false,
outputDir: '../static',
publicPath: '/'
}