townsquare/vue.config.js

6 lines
105 B
JavaScript
Raw Normal View History

2020-04-03 17:36:37 +00:00
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/townsquare/'
: '/'
2020-04-04 12:41:21 +00:00
};