diff --git a/ux.symfony.com/assets/controllers.json b/ux.symfony.com/assets/controllers.json
index d37124f1c38..4850799981e 100644
--- a/ux.symfony.com/assets/controllers.json
+++ b/ux.symfony.com/assets/controllers.json
@@ -87,7 +87,7 @@
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
- "fetch": "lazy"
+ "fetch": "eager"
},
"mercure-turbo-stream": {
"enabled": true,
diff --git a/ux.symfony.com/importmap.php b/ux.symfony.com/importmap.php
index 6e58beaadfa..b2ce3c77cfb 100644
--- a/ux.symfony.com/importmap.php
+++ b/ux.symfony.com/importmap.php
@@ -102,7 +102,7 @@
'version' => '2.0.2',
],
'@hotwired/turbo' => [
- 'version' => '7.3.0',
+ 'version' => '8.0.2',
],
'typed.js' => [
'version' => '2.0.16',
diff --git a/ux.symfony.com/templates/base.html.twig b/ux.symfony.com/templates/base.html.twig
index edeccc30be4..9b3a562a5b5 100644
--- a/ux.symfony.com/templates/base.html.twig
+++ b/ux.symfony.com/templates/base.html.twig
@@ -10,6 +10,7 @@
{% if meta.canonical|default %}
{% endif %}
+