From 4fa898dd50022039e2db9934498301178f61dcff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Passerat?=
 <jeremie.passerat@etu.univ-orleans.fr>
Date: Fri, 3 Sep 2021 18:37:38 +0200
Subject: [PATCH] Ajout de vue.config.js

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

diff --git a/vue.config.js b/vue.config.js
new file mode 100644
index 00000000..9bb76741
--- /dev/null
+++ b/vue.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+    publicPath: ''
+}
\ No newline at end of file
-- 
2.18.1