From 97ca231dd8f5226012894e7fb52df3b08181d801 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 16 Aug 2022 15:09:05 -0400 Subject: [PATCH] Use a bogus GA site tag in the config file --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f00c26b36e..e629a8d143 100644 --- a/config.toml +++ b/config.toml @@ -117,7 +117,8 @@ anchor = "smart" [services] [services.googleAnalytics] -id = "G-JPP6RFM2BP" +# Bogus value in support of params.ui.feedback. +id = "G-0000000000" [params] copyright_k8s = "The Kubernetes Authors"