townsquare/vue.config.js

6 lines
257 B
JavaScript
Raw Normal View History

2020-04-03 17:36:37 +00:00
module.exports = {
2021-01-29 20:54:27 +00:00
// if the app is supposed to run on Github Pages in a subfolder, use the following config:
// publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
2020-12-22 11:15:36 +00:00
publicPath: process.env.NODE_ENV === "production" ? "/" : "/"
2020-04-04 12:41:21 +00:00
};