From 2c8d82796cdc8edff733c25c0c09b2909fb3b97b Mon Sep 17 00:00:00 2001
From: Antoine Rochebois <antoine.rochebois@insa-lyon.fr>
Date: Mon, 15 Mar 2021 15:58:34 +0100
Subject: [PATCH] config file

---
 client/vue.config.js | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 client/vue.config.js

diff --git a/client/vue.config.js b/client/vue.config.js
new file mode 100644
index 0000000..b5f5f71
--- /dev/null
+++ b/client/vue.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+    publicPath: process.env.NODE_ENV === 'production'
+      ? '/escape-game-dd/'
+      : '/'
+  }
\ No newline at end of file
-- 
GitLab