From a7e7ad20a4141b27c76a5aa5f2f19d5d3079d02a Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 25 Feb 2020 14:49:50 +0100
Subject: [PATCH] Fixed warning during vue build

---
 front/vue.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/vue.config.js b/front/vue.config.js
index 71c5ec3e1b..7f5aa056e8 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -31,7 +31,7 @@ plugins.push(
   }),
 )
 module.exports = {
-  baseUrl: baseUrl,
+  publicPath: baseUrl,
   productionSourceMap: false,
   // Add settings for manifest file
   pwa: {
-- 
GitLab