Skip to content

Commit

Permalink
docs: re-add GA token
Browse files Browse the repository at this point in the history
This PR adds the Google Analytics token back. This _should_ ensure the
script is injected if the environment is "production". Once published,
if this doesn't work I'll troubleshoot further.

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty committed Mar 29, 2022
1 parent 741c048 commit 65a31f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resampleFilter = "CatmullRom"
[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-141692582-2"

[markup]
[markup.goldmark]
Expand Down

0 comments on commit 65a31f7

Please sign in to comment.