From 3b9dddfb3112724507ab747ae7fac650a8aedb58 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Tue, 30 Jun 2026 20:22:25 -0500 Subject: [PATCH] preload assets in autodoc By adding the tag, the browser can begin loading these large assets as soon as the HTML is parsed rather than after JavaScript evaluation. This should have improvements for users on low-end devices and slow networks. --- lib/docs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/docs/index.html b/lib/docs/index.html index 75c0daf79795c28fd288235e675dfb3ccbe85f92..cf85ca63691b077b0756934973455f08f3016bdc 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -5,6 +5,8 @@ Zig Documentation + +