From 095139aadc0ab982cf7b0c8988936b7a31dba333 Mon Sep 17 00:00:00 2001 From: Steffen Date: Fri, 3 Apr 2020 19:36:37 +0200 Subject: [PATCH] Create vue.config.js --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vue.config.js 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/' + : '/' +}