From a50a2923d1f0a9a7388ad41b150d0e2905bd3eba Mon Sep 17 00:00:00 2001 From: Pierre Ecarlat <pecarlat@grandlyon.com> Date: Thu, 7 Mar 2024 10:05:27 +0000 Subject: [PATCH] fix(refresh-consents): Refresh consents pages do not work in prod --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 514236b0..aaca2910 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@ <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="627" /> <meta property="og:image:alt" content="Ecolyo Logo" /> + <base href="/" /> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> -- GitLab