From 06398399e13b8255faa3182d1026b7f0c7089916 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Tue, 3 May 2022 17:35:39 +0200 Subject: [PATCH] prod url --- app.config.environment.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.environment.prod.js b/app.config.environment.prod.js index ad0d421d6..7dc15dbcf 100644 --- a/app.config.environment.prod.js +++ b/app.config.environment.prod.js @@ -17,7 +17,7 @@ module.exports = { __DEVELOPMENT__: false, __DEVTOOLS__: false, __STACK_ASSETS__: target !== 'mobile', - __PIWIK_TRACKER_URL__: JSON.stringify('/'), + __PIWIK_TRACKER_URL__: JSON.stringify('https://statweb.grandlyon.com/'), __PIWIK_SITEID__: 118, }), ], -- GitLab