Skip to content

Commit 97ca231

Browse files
committed
Use a bogus GA site tag in the config file
1 parent c6e5097 commit 97ca231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ anchor = "smart"
117117

118118
[services]
119119
[services.googleAnalytics]
120-
id = "G-JPP6RFM2BP"
120+
# Bogus value in support of params.ui.feedback.
121+
id = "G-0000000000"
121122

122123
[params]
123124
copyright_k8s = "The Kubernetes Authors"

0 commit comments

Comments
 (0)