Skip to content

Commit 0aaa72d

Browse files
authored
Merge pull request #2134 from manuelhaussmann/patch-1
Fix broken analytics default in `_config.yml`
2 parents e7c7a17 + 6074bdf commit 0aaa72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ social:
137137

138138
# Analytics
139139
analytics:
140-
provider : "google-universal" # false (default), "google", "google-universal", "google-analytics-4", "custom"
140+
provider : "false" # false (default), "google", "google-universal", "google-analytics-4", "custom"
141141
google:
142142
tracking_id :
143143

0 commit comments

Comments
 (0)