From ffffd42abf0f4872461ccba2fdb8b3e0242a1b9b Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:52:40 +0100 Subject: [PATCH 1/2] perf: load main CSS asynchronously to eliminate render-blocking Adds a Docusaurus postBuild plugin that replaces the blocking Docusaurus injects for the hashed main CSS bundle with an async preload+onload pattern. The CSS is fetched at high priority but never blocks the initial render; a