From 542aa38df4948ad517ea64da9b3f67ca24f9a653 Mon Sep 17 00:00:00 2001
From: Hugo BAYOUD <hugo.bayoud@etu.uca.fr>
Date: Sun, 10 Jan 2021 11:50:21 +0100
Subject: [PATCH] commit before update

---
 angular.json   | 2 +-
 src/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/angular.json b/angular.json
index 77181aef..7b556566 100644
--- a/angular.json
+++ b/angular.json
@@ -13,7 +13,7 @@
         "build": {
           "builder": "@angular-devkit/build-angular:browser",
           "options": {
-            "outputPath": "dist/client",
+            "outputPath": "../public",
             "index": "src/index.html",
             "main": "src/main.ts",
             "polyfills": "src/polyfills.ts",
diff --git a/src/index.html b/src/index.html
index cef98023..61f4cba4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8">
   <title>Client</title>
-  <base href="/">
+  <base ng-href="/">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rel="icon" type="image/x-icon" href="favicon.ico">
 </head>
-- 
GitLab