From 0c162c0eaf6efdb7bd083d5997554b98249a1dd1 Mon Sep 17 00:00:00 2001 From: PCloud Date: Thu, 16 May 2024 18:54:34 +0100 Subject: [PATCH] chore: decrease the eagerness --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2bb64a349..75197ba91 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -106,7 +106,7 @@ "prerender": [ { "where": { "href_matches": "/*" }, - "eagerness": "immediate" + "eagerness": "moderate" } ] }