@@ -100,5 +100,5 @@ add_filter('wp_rest_cache/allowed_endpoints', function () {
}, 10, 1);
add_filter('excerpt_length', function ($length) {
- return 20;
-});
+ return 60;
+});