diff --git a/client/vue.config.js b/client/vue.config.js
new file mode 100644
index 0000000000000000000000000000000000000000..b5f5f71841b45c4499ccad8f31ed56b5a854e8f6
--- /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