diff --git a/_config.yml b/_config.yml
index 56c499f..632c3a4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -209,6 +209,8 @@ pivoine:
search:
icon: true
+ umami: false
+
sound: true
# ⚡️ DANGER ZONE ⚡️
diff --git a/_includes/head/scripts.html b/_includes/head/scripts.html
index 0b59473..8f4f762 100644
--- a/_includes/head/scripts.html
+++ b/_includes/head/scripts.html
@@ -18,7 +18,7 @@
{% endif %}
-{% if jekyll.environment != 'production' and site.pivoine.umami %}
+{% if jekyll.environment == 'production' and site.pivoine.umami %}
{% endif %}