diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..66834c4 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + publicPath: process.env.NODE_ENV === 'production' + ? '/townsquare/' + : '/' +}