Skip to content

Commit de6e81d

Browse files
authored
Merge pull request lit#931 from lit/disable-gtag
2 parents 697ecf6 + 04af829 commit de6e81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/_includes/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
{% include 'footer.html' %}
8181

82-
{% if env.GOOGLE_ANALYTICS_ID %}
82+
{% if false and env.GOOGLE_ANALYTICS_ID %}
8383
<script async src="https://www.googletagmanager.com/gtag/js?id={{ env.GOOGLE_ANALYTICS_ID }}"></script>
8484
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag("js",new Date);gtag("config","{{ env.GOOGLE_ANALYTICS_ID }}");</script>
8585
{% endif %}

0 commit comments

Comments
 (0)