aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vue.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js
new file mode 100644
index 0000000..93d5f7a
--- /dev/null
+++ b/vue.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ publicPath: process.env.NODE_ENV === 'production'
+ ? '/PTDatabaseApp/'
+ : '/',
+};