diff --git a/.github/workflows/translate-to-english.yml b/.github/workflows/translate-to-english.yml
index db166b2..78da2c6 100644
--- a/.github/workflows/translate-to-english.yml
+++ b/.github/workflows/translate-to-english.yml
@@ -69,6 +69,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: add English translations for PR #${{ github.event.pull_request.number }}"
- file_pattern: _posts_en/*.md
+ file_pattern: _posts_en/**/*.md
diff --git a/.gitignore b/.gitignore
index 56ba9ec..27f260a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
_site
Gemfile.lock
vendor/
+.playwright-mcp/*
diff --git a/.playwright-mcp/footer-with-privacy.png b/.playwright-mcp/footer-with-privacy.png
deleted file mode 100644
index 60cd671..0000000
Binary files a/.playwright-mcp/footer-with-privacy.png and /dev/null differ
diff --git a/_includes/head.html b/_includes/head.html
index b07d9b4..fa053b6 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -39,7 +39,7 @@
{% endif %}
- {% if site.theme_settings.google_analytics %}
+ {% if site.theme_settings.google_analytics and jekyll.environment == 'production' %}