From 71dd6c22bc4116bfb1bff2db6d8b4b01674ffa93 Mon Sep 17 00:00:00 2001 From: michaelawyu Date: Wed, 12 Feb 2020 17:23:52 -0800 Subject: [PATCH] Enabled Google Analytics and Custom Search --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 76b9a58..cd24d58 100644 --- a/config.toml +++ b/config.toml @@ -47,7 +47,7 @@ anchor = "smart" [services] [services.googleAnalytics] # Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. -id = "UA-00000000-0" +id = "UA-154682132-1" # Language configuration @@ -79,7 +79,7 @@ github_repo = "https://github.com/tektoncd/website/" # github_subdir = "" # Google Custom Search Engine ID. Remove or comment out to disable search. -gcs_engine_id = "011737558837375720776:fsdu1nryfng" +gcs_engine_id = "013756393218025596041:6eajntqsa6c" # User interface configuration [params.ui] -- GitLab