townsquare/vue.config.js

4 lines
97 B
JavaScript
Raw Normal View History

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