From 2e90c8b4799592d6c21eb604a214e71ac513c846 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 27 Mar 2021 03:09:46 +0100 Subject: [PATCH] change piwik param Signed-off-by: Toshaan Bharvani --- config/production/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production/params.toml b/config/production/params.toml index e57c437..1a14338 100644 --- a/config/production/params.toml +++ b/config/production/params.toml @@ -1,6 +1,6 @@ #!parms.toml [analytics.piwik] - URL = "https://stats.vantosh.com" + URI = "https://stats.vantosh.com" ID = "69" [forms.contact] URI = "https://webscripts.vantosh.com/forms/contact/opfm"